help change filename before uploading an image using cordova upload
Posted: Thu Aug 06, 2015 7:08 pm
by Humberto
on your example:
https://devcenter.appery.io/documenta...
I was able to change the filename with the webupload, but I want to use cordova, How do I change the file name to something other than the automatic filename of cdv_photo_00x.jpg. I need to be able to then put the image in an thumbnail everytime the user loads the app.
thanks
help change filename before uploading an image using cordova upload
Posted: Thu Aug 06, 2015 9:47 pm
by Illya Stepanov
Hi -
This tutorial uses Cordova file-transfer plugin, please refer to official documentation to learn all possibilities of this plugin: https://github.com/apache/cordova-plu...
help change filename before uploading an image using cordova upload
Posted: Fri Aug 07, 2015 3:13 pm
by Humberto
Thanks IIIya,
Looks a liitle too complex for me,
I will look for a workaround or use the webupload.