Forums
This topic is locked
Insert Record -> file upload????
Posted 28 Oct 2002 09:00:41
1
has voted
28 Oct 2002 09:00:41 Henk Arends posted:
A beginners question:I have a form to add data to a database.
I want to make it possible to upload a Word file into a field(blob) in the database.
With te code <input name="document" type="file" id="document" size="50"> it is possible to select a document, but how do I get the file in the database??
Please help.
Replies
Replied 28 Oct 2002 09:48:15
28 Oct 2002 09:48:15 Martha Graham replied:
If you are using ASP, look at the Pure ASP Upload extension.
www.udzone.com/go?1622
If you are using a different programming language let me know.
Martha Graham
www.udzone.com/go?1622
If you are using a different programming language let me know.
Martha Graham
Replied 28 Oct 2002 10:26:03
28 Oct 2002 10:26:03 Henk Arends replied:
Martha,
I use PHP/MySQL
HJA
I use PHP/MySQL
HJA
Replied 28 Oct 2002 10:40:46
28 Oct 2002 10:40:46 Martha Graham replied:
Replied 28 Oct 2002 11:17:19
28 Oct 2002 11:17:19 Martha Graham replied: