View Single Post
Old 10-14-2004, 05:10 PM  
dexterlab
Registered User
 
Join Date: Aug 2004
Posts: 8
what's your question?
Are you wondering how to upload a file or how to store it?
You'll have to store it in your database as a byte[]
Depending on what db you're using, the type on the column is different. For MySQL, it's type 'text'

On the form, you'd need to encode it like:
ENCTYPE="multipart/form-data"

does that help?
dexterlab is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook