Page 1 of 1
Uploading a file
Posted: Thu Jul 26, 2007 12:20 pm
by andrewcrawford
I plan to make a page for uploading files, i want the user to be able to browse for the file on there computer and then it is uploaded to the database and a location on the webserver, i also then want to be able to using php query the datasbe for the information and then display alink to the file on the page to downlaod the file
Posted: Thu Jul 26, 2007 12:26 pm
by superdezign
Make an upload form, process the upload, save the file, save the file's path in the database. Project done.
Posted: Thu Jul 26, 2007 6:33 pm
by webgroundz
here's my sample class upload you can try this and save the filename and file path into the database, all you have to do is loop all the filename and file path, then create a link for the document for you to able to see the document you uploaded..thanks..
viewtopic.php?t=70455