Android Question upload file to php b4i

tango

Active Member
Licensed User
Longtime User
Private jobPost As HttpJob
jobPost.Initialize("JobUpload", Me)
jobPost.PostFile("http://...../upload.php",strDir ,strFileUpload)

please somebody give upload.php file.
 

DonManfred

Expert
Licensed User
Longtime User
Check the php File. There is nothing which prevents a file not being a Image. In the Example i was using two Images.

At the end it it up to YOU to write a php-script which gets a Fileupload and match your needs. The Example is just such one. A Example.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…