File upload control in my website

sebjsp

New Member
Hi guys I am trying to create a file upload function where users can upload their design in forms of images like .jpeg format less than 4Mb.File will be uploaded into my database table:
rXoEZ.jpg
Users must login in order to upload design and when they upload the design the dDesignId will be inserted into the Orders table: oDesignId to keep track of the design.[*]Customize.aspx will be page where the fileupload control is[*]asp.net websitePlease kindly advise me on the steps to design this control. I am new to c#.
 
Back
Top