5 pts.
 Letting users upload pictures MYSQL Database
What is the easiest way in DW to allow users to upload a picture to my website. I don't know much coding so ...how can it be done using the functionality of DW. I am using a MYSQL database.

Software/Hardware used:
ASKED: December 20, 2010  3:30 PM
UPDATED: January 17, 2012  4:19 AM

Answer Wiki:
I would recommend using the Drupal open source content management platform (www.drupal.org) as it integrtes seamlessly with MySQL and has easy to install, configure, and use image/photo upload functionality known as Modules.
Last Wiki Answer Submitted:  January 17, 2012  1:08 am  by  TechTalker   2,280 pts.
All Answer Wiki Contributors:  TechTalker   2,280 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I think this is a task better accomplished with PHP or JAVA.

This site that has a simple form to do that.

You may be able to incorporate this into a page on your site.

 4,625 pts.

 

Generally, coders r taking this kind of code in 2 ways….either upload picture somewhere on the server / store the url in Mysql, or store the picture in mysql directly (as a blob). It could be possible to let users upload picture & store full content in the DB as a blob / can store the path to the file in a varchar field.

Remember, OS version is also an important part, which u did not mention here !

 22,125 pts.