could you tell how to upload and download from database using php. but also when i upload i have specific extensions like pdf, doc, htm....and specific size. really i need the answer.... Thank you for advance
Thanx for reply .. sorry for cofusing you... look i want to when i upload the file from a specific directory .... directly shows in other page like i had abook i want to upload it with specific information like name, size, type... so when i upload it automaticly shows in Download page.. i hope you get what i mean...
to do that you would need to have it upload and insert into the database with the information u specified (name, size, type) and also the link of the uploaded file, like: http://example.com/downloads/book.pdf