Copy link to clipboard
Copied
Hi Everyone:
I hope that I picked the right forum for this.
I have a client who wishes to upload a photo from their ipad and then have it displayed on their web page in a gallery type set up.
Is there any available script for php and/or mysql that lets me accomplish this. A low cost solution would help. I am somewhat familiar with php and mysql but I am by no stretch of the imagination anywhere near an expert on it.
A link to a tutorial or somewhere to start would help me a lot.
Thanks and my apologies if I am asking in the wrong forum.
Copy link to clipboard
Copied
If you google 'php file upload' you'll find a ton of scripts that will allow you to upload a file from a browser. But, you're going to need to build a iOS application if you want to upload from an iPAD because the built in Safari browser does not allow file uploads. You could set them up with an FTP account and have them use an iOS ftp app. That would be relatively simple.