![]() |
PHP Document upload script Hi I am building a program and I am after a php script that will allow my customers to upload scanned docs to my site. Can anyone point me in the right direction for one? Kindest Regards |
Re: PHP Document upload script Do you just mean an upload form? If so, this is the basic idea: How to: Upload images using PHP - WebDeveloper.com Obviously that's not a full script, but it shows you how you will make it so that people can upload images to you. From there you can (if you wish) use GD functions to verify the image is indeed valid, and move as necessary (via move_uploaded_file() ) |
Re: PHP Document upload script See of either of these helps: PHP File Upload - PHP Upload Script - Upload file script PHP Tutorial - File Upload |
Re: PHP Document upload script Thanks for the Tutorial I also need this Thanks a lot |
| All times are GMT -6. The time now is 12:19 AM. |