|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Sep 2004
Location: Ventura, CA
Posts: 30
|
email forms with file upload feature
Hi, I'd like to thank everyone again for helping me out with that sql dilemma.
I have a new one(dilemma) I need to create an email form with a 'file(picture) upload ' feature. I am actually using DreamWeaver to build the html form of it. The form could be emailed or stored on a database, doesn't matter. Thanks to everyone for all the help! Beto |
|
|
|
|
|
#2 |
|
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? |
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2004
Location: Ventura, CA
Posts: 30
|
Thanks Dexterlab, I meant I needed a feature that will allow the visitor to upload a file(image) somewhere to my server.
I will try the line of code you pasted on your post. thanks again, Beto |
|
|
|