joshgarrod Posted March 27, 2012 Share Posted March 27, 2012 Hi everyone. I have been looking for a PHP upload script that handles various different document types like PDF, DOC and XLS. So far all I have found is image upload scripts. Can anyone point me in the right direction? I would be most greatful. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/ Share on other sites More sharing options...
Jessica Posted March 27, 2012 Share Posted March 27, 2012 You'll need to post more information. You can use PHP and HTML to upload any type of file. What are you trying to do with it afterwards? Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/#findComment-1331645 Share on other sites More sharing options...
joshgarrod Posted March 27, 2012 Author Share Posted March 27, 2012 Bascially, I am writing a CMS and the user needs to be able to upload PDF, Doc and XLS files so I need to create an HTML form that uses a PHP script to upload these documents to the server and places a record in the database table to log its name. I hope this is enough info. Thank for your time. Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/#findComment-1331649 Share on other sites More sharing options...
Jessica Posted March 27, 2012 Share Posted March 27, 2012 So, try it and then when you get stuck ask for help. You haven't posted any code to debug. Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/#findComment-1331653 Share on other sites More sharing options...
mofm Posted March 27, 2012 Share Posted March 27, 2012 You brain + Google will at least get you started buddy. If your not interested in giving it a shot no one else will for you. Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/#findComment-1331731 Share on other sites More sharing options...
joshgarrod Posted March 28, 2012 Author Share Posted March 28, 2012 Okay, I understand what you are saying. I just wondered if there were any pre-written open source scripts out there that I may be able to disect. Quote Link to comment https://forums.phpfreaks.com/topic/259824-document-pdf-doc-xls-etc-upload-script-for-php/#findComment-1331798 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.