Gossamer Forum
Quote Reply
Upload
Hi,

When I upload a picture using the form generated by DBManSQL 2.0.3 from my tables properties area the file is uploaded without problems but when I use my own add_form.html the file name is recorded in my table but the actual file is not uploaded. Is there something I need to add to my form?

I'm using <input type="file" name="field_name" size="45">

Thank you.

Simon.
Quote Reply
Re: [jai] Upload In reply to
You need to add the attribute enctype="multipart/form-data" into your <form ...> tag and it should work.WinkCool

Hope that helps,

Jean@Gossamer Threads