Search found 3 matches

by Droidster
Tue Jul 13, 2010 11:02 pm
Forum: AndFTP
Topic: Intent to upload file(s)
Replies: 12
Views: 45116

Re: Intent to upload file(s)

Okay, so this did turn out to be a simple fix. I, for some unknown reason, had removed the "1" in the first argument for: intent.putExtra("local_file 1 ", "/sdcard/folder/files.zip"); I believe I thought at first I could change the name of that arguement, but I never changed it back when I was doing...
by Droidster
Tue Jul 13, 2010 8:41 pm
Forum: AndFTP
Topic: Intent to upload file(s)
Replies: 12
Views: 45116

Re: Intent to upload file(s)

If anyone has gotten this to work can you please explain what issues you overcame to get this working. Time is against me on this one and I need to find a solution as soon as possible.

If you have a working example that would be most helpful.

Thanks.
by Droidster
Mon Jul 12, 2010 9:21 pm
Forum: AndFTP
Topic: Intent to upload file(s)
Replies: 12
Views: 45116

Re: Intent to upload file(s)

If anyone has any ideas.. I've implemented this code, the FTP connection/handshake seems to happen without issue. However, I am seeing the activity showing the progress, but it's not giving uploading information back, all of the activity's defaults are staying set to their defaults (read: blank). I'...