This is a discussion on "Upload script" within the PHP Forum section. This forum, and the thread "Upload script are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Upload script
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Upload script
Does anyone have or know of any easy to deploy php upload scripts? I have tried a few and they haven't met my needs or have been to complicated to fit into my website.
I just want a script which uploads files to a folder on my server. I also would like an upload progress bar as some of these files may be pretty large. The second one is optional. I just want a tried and tested script. Thanks for any help given in advance |
|
|
|
#2
|
|||
|
|||
|
Re: Upload script
http://www.phpfreaks.com has lots of free php scripts and also tutorials, check it out
Also check out http://www.w3schools.com/ ... lots of very usefull info If all else fails http://www.justfuckinggoogleit.com/ it will never let you down Last edited by Accurax; Nov 24th, 2006 at 21:55. |
|
#3
|
||||
|
||||
|
Re: Upload script
Bit of advice - be extra careful with security, backup etc. In fact, if there's any reasonable way to do it, I would always put the upload into a database and give 0 public access to files.
|
|
#4
|
|||
|
|||
|
Re: Upload script
I have a self written script that adds !_1 (then advancing numbers) on to end of files so there is no overwriting, dont know how secure it is. Let me know if u want it. It allows one file at a time, no progress bar sorry.
|
|
#5
|
||||
|
||||
|
Re: Upload script
Just a note, I've found that using the FTP functions to upload files is by far the best way. There are such fewer hassles. No need to worry about proper permissions as you can chmod directories to read/write, upload the file, then chmod it back to 666 or whatever.
|
![]() |
| Tags |
| script, upload |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Upload script + classifeds | marie2007 | Starting Out | 3 | Jul 28th, 2007 17:35 |
| help with upload with ID script | Micky-D | PHP Forum | 8 | Sep 27th, 2006 19:48 |
| Upload Script | scopeweb | PHP Forum | 3 | Nov 27th, 2005 05:55 |
| A not workin php upload script, need help?? | ice-o | PHP Forum | 3 | Feb 27th, 2005 09:31 |
| ASP upload script | GillBates | Classic ASP | 0 | Nov 24th, 2003 13:54 |