ASP File Upload

liunx

Guest
Hi there,

I'm new to ASP, and I'm making an ecommerce site for a wakeboard shop. Is there a way that I can have a field in a form that will allow the shop owner to browse for a file to upload a photo of a wakeboard when adding it as a new product? I don't want it to upload it into the database, just to a folder on the server.

I'm also aware that this may not be strictly ASP related, but I'm sure there is some processing required of the form to upload the file to a specifie directory etc.

Thanks for reading!
PaulIn ASP you should use a 3rd party component to handle that.

In ASP.net it can be handled directly with the component.
 
Back
Top