Upload script

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.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 17th, 2006, 20:02
Junior Member
Join Date: Nov 2006
Location: London
Age: 22
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 24th, 2006, 21:52
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 26th, 2006, 14:01
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 27th, 2006, 13:57
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 27th, 2006, 23:40
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
script, upload

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 02:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42