I want to upload zip file which contains images to remote server. I'm using Titanium.Filesystem.File.read() method to get a blob object and send it to the server. Code works perfectly fine on localhost (i.e on XAMPP server) but same code dosen't work on remote server. The blob object on the remote server shows null. Can anyone please help me on this?.
↧