Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 1st, 2007, 10:05 AM   #1
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
what's a good php/cgi/asp/etc upload script?

I'm looking for a good upload script for my website, but the internet is saturated with tons of them, both good and bad. Can someone please direct me to a decent one. I would preferably not like a link to one of those script sites that host a a bunch of scripts because I've been there and there are a lot of script, but I don't know which are good or bad, and I don't have much time to test them all out.

Please suggest. Thanks in advance!

something free preferably and something with a progress bar would be nice, but not necessary.

Last edited by atomicrabbit; Oct 1st, 2007 at 10:30 AM.
atomicrabbit is offline   Reply With Quote
Old Oct 1st, 2007, 11:32 AM   #2
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
- something free preferably
- a progress bar would be nice, but not necessary
- ability to add comments to uploaded files, but this is also not necessary.
- must be secure!
- be able to handle large files
atomicrabbit is offline   Reply With Quote
Old Oct 2nd, 2007, 1:19 AM   #3
MiKuS
Hobbyist Programmer
 
Join Date: Jun 2007
Posts: 133
Rep Power: 2 MiKuS is on a distinguished road
what do you need it for? you're better off getting a really light weight script and customizing it how you need, or just making one from scratch.

what scripts have you tried?
MiKuS is offline   Reply With Quote
Old Oct 2nd, 2007, 10:45 AM   #4
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
making one from scratch is most likely not an option. I need it for a whole client section of my website. If I have to pay for something that is worth the money, then I can shell out the money. I want to make a clients section on my website so my clients can log in and view, upload and download their own files. So essentially, each login/client would have their own folder with their own files that they can manage. Maybe have the ability to sort by job. I know things like this exist, I just don't know where. haha

EDIT: So far I've tried a few CGI scripts that seem very promising.
- XUpload - seems to work great
- PSUpload -works alright, but there is no progress bar so user will be lost when uploading large files
- FileChucker - can't seem to get it to fully work

... although these are just upload scripts... far from a whole client manager.
atomicrabbit is offline   Reply With Quote
Old Oct 2nd, 2007, 12:28 PM   #5
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,649
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
http://www.kylekonline.com/upload.phps
http://www.kylekonline.com/upload.php

I can't remember where I found it but it is really simple. I guess it has a link to a website called tailoredweb but that site is no longer a site so if you want the script you would have to take a copy of the one I have. I don't know if it is available online anymore or not except for what I have.

I guess this one is probably to basic for what you are looking for after re-reading your posts.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is online now   Reply With Quote
Old Oct 2nd, 2007, 2:53 PM   #6
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
Quote:
Originally Posted by big_k105 View Post
http://www.kylekonline.com/upload.phps
http://www.kylekonline.com/upload.php

I can't remember where I found it but it is really simple. I guess it has a link to a website called tailoredweb but that site is no longer a site so if you want the script you would have to take a copy of the one I have. I don't know if it is available online anymore or not except for what I have.

I guess this one is probably to basic for what you are looking for after re-reading your posts.
yeah. unfortunately it is a bit simple. Plus, XUpload is much nicer and more efficient. You should check it out if you need a new upload script. Just search google for "xupload".

Anyhow, I'm still looking for a good upload script, if a better one exists (which I'm sure it does), but I'm mainly looking for some kind of client management system, that will manage clients file uploads. That is my main goal.
atomicrabbit is offline   Reply With Quote
Old Oct 4th, 2007, 4:53 PM   #7
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
My main goal is to have some sort of client management system (not content management system). Something that will allow my clients to log into a control panel-type interface and give them the option to upload files pertaining to specific jobs. I know there are systems out there, I just don't know where to find them. I am willing to create the script from the ground up, although I don't have a lot of spare time on my hands and need to get something up ASAP for my clients. I don't mind paying either if the system is worth the price.
atomicrabbit is offline   Reply With Quote
Old Oct 4th, 2007, 5:19 PM   #8
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You've gotten some good answers. If they are unsuitable, I would suggest that you begin writing some code, or post in the Job Offers forum. Burying your head in the sand because perfection (to your standards) has not arisen is somewhat puerile.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 4th, 2007, 5:37 PM   #9
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,649
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
My first recommendation is the take one of the scripts you have found that is pretty close to what you want and make it what you want. Or start from the ground up, I don't know of many other scripts other then the ones that have been mentioned here. Sorry
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is online now   Reply With Quote
Old Oct 7th, 2007, 3:34 AM   #10
atomicrabbit
Newbie
 
Join Date: Sep 2007
Posts: 13
Rep Power: 0 atomicrabbit is on a distinguished road
yeah, I figured that was my only option for now. Thanks anyways (and no need to be rude about it, DaWei). It's not about perfection, it's more frustration resulting from my bad memory. I've come across multiple systems that accomplish what I want in the past, I just can't, for the life of me, find them again! ugh.

I better get to coding though. I do really like the XUpload and FileChucker scripts, which are both free, and both offer pay-for versions of the script with more features. Even the free versions are fairly feature-rich and functional.

I'm also searching SourceForge for projects like what I'm looking for and have come across a couple that are close. I'll keep this topic updated if I find anything.

thanks for the suggestions.
atomicrabbit is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I Need A Good Forum Script. matthew798 JavaScript and Client-Side Browser Scripting 18 Nov 7th, 2007 9:28 AM
Backup Script :-) Pizentios Perl 18 Jan 12th, 2006 10:50 AM
A simple perl script satimis Perl 3 Aug 15th, 2005 9:31 AM
Bash Script Help pelon Bash / Shell Scripting 2 Feb 28th, 2005 3:58 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:07 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC