B bluedude Well-Known Member Licensed User Longtime User Dec 18, 2010 #1 Does anyone have a full HTTP upload sample? For example picture or other files. Thanks in advance. Cheers.
Does anyone have a full HTTP upload sample? For example picture or other files. Thanks in advance. Cheers.
Erel B4X founder Staff member Licensed User Longtime User Dec 19, 2010 #2 Do you try to upload the file to your server or to a third party server? Upvote 0
B bluedude Well-Known Member Licensed User Longtime User Dec 22, 2010 #3 Upload Hi, I want to upload to my own server by using a PHP backend script. Should I use something like HTTP InitializePost or Post2? Cheers, Upvote 0
Upload Hi, I want to upload to my own server by using a PHP backend script. Should I use something like HTTP InitializePost or Post2? Cheers,
Erel B4X founder Staff member Licensed User Longtime User Dec 22, 2010 #4 Yes. The actual implementation depends on the protocol expected by the server. Upvote 0
B bluedude Well-Known Member Licensed User Longtime User Dec 22, 2010 #5 Upload Will try to write something, FTP is no real option. Upvote 0
F FrankR Member Licensed User Longtime User Mar 9, 2011 #6 Uploads Anyone have any more to share on this? Are there any poor-man/easy ways to achieve a simple file upload, using a page on the other side? Thank you. Upvote 0
Uploads Anyone have any more to share on this? Are there any poor-man/easy ways to achieve a simple file upload, using a page on the other side? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Mar 11, 2011 #8 What do you mean 'using a page on the other side'? See this link for one possible implementation: http://www.b4x.com/forum/basic4android-updates-questions/7153-copy-file-webserver.html Upvote 0
What do you mean 'using a page on the other side'? See this link for one possible implementation: http://www.b4x.com/forum/basic4android-updates-questions/7153-copy-file-webserver.html
F FrankR Member Licensed User Longtime User Mar 11, 2011 #9 Erel said: What do you mean 'using a page on the other side'? Click to expand... Meaning something like the PHP script on the server that grabs the post data. Thanks for the reference. I'll see if I can get that working here. Upvote 0
Erel said: What do you mean 'using a page on the other side'? Click to expand... Meaning something like the PHP script on the server that grabs the post data. Thanks for the reference. I'll see if I can get that working here.