upload in sql
Moderator: General Moderators
upload in sql
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??
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: upload in sql
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.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: upload in sql
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!
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
thanx for replies...i have solved the problem
much appreciated
regards
much appreciated
regards