Image Uploading in a web aplication.
Posted
by sandeep manglani
on Stack Overflow
See other posts from Stack Overflow
or by sandeep manglani
Published on 2010-03-19T08:00:01Z
Indexed on
2010/03/19
8:01 UTC
Read the original article
Hit count: 264
actually i m devloping a web application that provides facility to users upload the image as we see in orkut and facebook through a form and a upload button.but the actually problem I am facing is :
1.should i store the image in database using Large data objects ie BLOB and the problem arises of retrieving it back from the database and then displaying it on the form.
2.sholud i store the absolute path of the the image in database and provide it to the source tag of the image in the html form.
© Stack Overflow or respective owner