Forum Moderators: open

Message Too Old, No Replies

file uploading to mysql databse

         

snowmansmartie

2:24 pm on Jul 31, 2006 (gmt 0)

10+ Year Member



Hi,

I am developing a website with which users will be able to upload files from their local PC's to the databse for public viewing.

I have hunted around the Internet for a piece of code that will do the upload for me, but most of them are really complicated and seem to be very long winded.

Can any one help me with a nice simple short code that will allow me to do this.

I am using ASP/VBScript.

Thnaks in advance

FalseDawn

5:47 pm on Aug 1, 2006 (gmt 0)

10+ Year Member



The code you have found may appear long-winded, but probably out of necessity as there are likely quite a few security implications involved, and it is not a trivial task.

Maybe if you posted some code and why it doesn't work for you, or what you've tried so far, or why exactly you need it to be short and simple, somebody will offer advice.

fscanf

6:16 pm on Aug 3, 2006 (gmt 0)

10+ Year Member



I had a similar problem, except I wanted to let people upload their own pictures to a temp folder on my webserver. I used aspsmartupload. It's a build in asp component that allows for uploads.

[aspsmart.com...]

This might help you solve your problem.

txbakers

6:14 pm on Aug 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That ASPSMART component is fine for uploading documents, but to get them read and inserted into a database is another major concern.