Hi, > i just want know how to upload file store that in database and retrieve from > their and how to store uploaded file in user specified location.
Normally files should not be stored in databases. But you can use BLOB datatype for storing files in database. Instead, Use a specific folder to upload all your files. see here, http://www.tizag.com/phpT/fileupload.php -- Regards, T.Shrinivasan My experiences with Linux are here http://goinggnu.wordpress.com For Free and Open Source Jobs http://fossjobs.wordpress.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
