Author: wengseng300 | Posted on: 6/29/2010 2:00:33 PM | Views : 1260

Hi, my situation is like this.
I got creating album feature, it require user to enter data of new album name, description, and upload a profile picture.
I can do everthing perfectly fine, but wat i wan to do is,
if the user did not select any file to upload, which means they do not wan to put a profile pic for that album,
i wan to take the "noimage.gif" from the folder and set it to the FileUpload path, because i wanted to store that image into database,
therefore i need to retrieve that image first and then convert it into bitmap and then to bytes with a method im using now
 
Someone please guide me, thanks
...

Go to the complete details ...