Uploading Image Failed with Error code 5

0
Hi all,   I am using Camera Widget on my mobile app to upload images from gallery and I am getting "Uploading Image Failed with Error code 5" whenever I select image Has anyone got this error from camera widget?   Many thanks in advance   Jae   Update: If I set image width and height to something other than 0, then I am not getting an error.  
asked
1 answers
0

From the phonegap camera documentation I can see the following error codes being used:

Error code meanings:

1 = FileTransferError.FILE_NOT_FOUND_ERR

2 = FileTransferError.INVALID_URL_ERR

3 = FileTransferError.CONNECTION_ERR

4 = FileTransferError.ABORT_ERR

5 = FileTransferError.NOT_MODIFIED_ERR

No idear though why it would throw that error.

Regards,

Ronald

 

answered