I'm in the process of creating a web site for Safari to be viewed on an iPad and I need a way to quickly upload images to the site. I came to the rude shock of finding that it's not possible to upload files using a html input file upload field (ie. I can't upload through the web browser).
I need to be able to provide a means to upload multiple files quickly (e.g. multi-select browser dialog - not upload one file at a time). I was thinking of getting the client to use an iPad application (e.g. FTP On The Go.). It would ideally upload to a specific folder to the web server.
1. Would FTP On The Go be good for the task?
2. Is there an IPad application for uploading that has image thumbnail previews?
3. Are there any issues I should be aware of in terms of css and javascript support when developing a web site for viewing on the iPad.
Please don't provide useless links or ask me to Google it.
Thanks.
I need to be able to provide a means to upload multiple files quickly (e.g. multi-select browser dialog - not upload one file at a time). I was thinking of getting the client to use an iPad application (e.g. FTP On The Go.). It would ideally upload to a specific folder to the web server.
1. Would FTP On The Go be good for the task?
2. Is there an IPad application for uploading that has image thumbnail previews?
3. Are there any issues I should be aware of in terms of css and javascript support when developing a web site for viewing on the iPad.
Please don't provide useless links or ask me to Google it.
Thanks.