Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Have a user upload image and display on webpage

Explorer ,
Mar 23, 2013 Mar 23, 2013

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.

TOPICS
Server side applications

Views

377
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 23, 2013 Mar 23, 2013

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines