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

Uploading photos

New Here ,
May 16, 2010 May 16, 2010

I am creating a website where visitors to my website will fill out a form to post items.  I want them to be able to post photos.  How would I go about doing this?

Thank you.

TOPICS
Server side applications
795
Translate
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 ,
May 16, 2010 May 16, 2010

There are many ways to go about it. Did you want to write this yourself or use an off-the-shelf application?

Translate
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
New Here ,
May 17, 2010 May 17, 2010

Because my skill level is somewhere between beginner to intermediate (closer to intermediate), I would prefer to do this the easiest possible way.

Thank you.

Translate
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
Guest
May 17, 2010 May 17, 2010

The first step is to choose a server side scripting language.

Translate
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
Community Beginner ,
May 21, 2010 May 21, 2010

well you can start here

http://www.w3schools.com/PHP/php_file_upload.asp

then figured a way to insert image to server with a unique id , set to auto incriment and insert bloq file type

Translate
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
Guest
May 21, 2010 May 21, 2010

AroldoChavarria wrote:

well you can start here

http://www.w3schools.com/PHP/php_file_upload.asp

then figured a way to insert image to server with a unique id , set to auto incriment and insert bloq file type

That is, of course, if the OP is using php as their server side language

(which was never mentioned in the thread despite recommendation to do so)

Translate
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
New Here ,
Jun 02, 2010 Jun 02, 2010

I am using PHP.  But exactly where am I supposed to include the scripts?

Translate
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
Guest
Jun 02, 2010 Jun 02, 2010
LATEST

Put the script in the directory that is referenced in your form action.

Translate
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