Page 1 of 1

upload in sql

Posted: Mon Jun 30, 2008 6:36 am
by ma5ect
I am trying to have a feature within my site which will allow users to upload files and store them into the sql database...after uploaded i would also like them files to be downloaded only by certain users..i am stuck as to how to start with this task..i am using dreamweaver cs3..any tutorials??

Re: upload in sql

Posted: Mon Jun 30, 2008 9:48 am
by jayshields
They are 3 seperate tasks. Uploading files, INSERT'ing using SQL and user login/permissions. There are thousands of tutorials on these topics, which can be found via good ol' Google.

Re: upload in sql

Posted: Mon Jun 30, 2008 11:33 am
by Kieran Huggins
Storing files in SQL is a bad ideal, generally.

By all means, store the information about the file there but leave the file storage in the file system where it belongs!

Re: upload in sql

Posted: Tue Jul 01, 2008 4:38 am
by ma5ect
thanx for replies...i have solved the problem

much appreciated

regards