Android Question Has anybody tried uploadfilephp library?

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I tried it (Button1_click), the URL is there and works, the file is there (checked with file.exists), but I get no upload and an unspecified error.

Does anybody have an idea?

The log:
(Intent) Intent { act=android.intent.action.MAIN flg=0x20000000 cmp=b4a.Spinter.upload/.main }
no extras
** Activity (main) Create, isFirst = true **
B4A log: Initialize UploadFile library
** Activity (main) Resume **
** Activity (main) Resume **
B4A log: Exception!
B4A log: Disconnect!
sendfile Error!
false \
false \
B4A log: End Upload
false \
B4A log: UploadKill
sendfile Upload Canceled
 

Attachments

  • upload.zip
    482.9 KB · Views: 445
Top