Computing.Net > Forums > Web Development > file transfer script for free

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

file transfer script for free

Reply to Message Icon

Name: elchlepc
Date: June 28, 2004 at 22:05:42 Pacific
OS: xp pro sp1
CPU/Ram: fast/lots
Comment:

feel free to call me a cheapskate, but I am using sendthisfile's service on one of my sites, and honestly, I could take it or leave it. mainly because it doesn't get utilized enough to even justify the small monthly charge.

So what I am looking for is a script and perhaps a little education here about this sort of implementation on a site. I would like for anyone to be able to easily transfer a large CAD file when needed, but preferably without them having to install any s/w to do it with. But from what I gather, that isn’t possible, as the sender must have ftp installed, right?

If you want to see what I am talking about that I really want to recreate [for free] is at my “requestforquotation” page: http://www.columbiaworksinc.com/requestforquotation.html. It simply allows the user to submit a file of any size, and stf has a little settings interface on sendthisfile.com to designate what the receiving email is.

In this case, although this really doesn’t matter, the recipient only receives a 4k email notification that there is a file available for download – for a limited time.

But obviously my question is: is it possible to recreate this code and just run it on a local server at the recipient’s location? Many more questions that are all server related, but for a rainy day.

As always thanks,
Chuck



Sponsored Link
Ads by Google

Response Number 1
Name: enferno.nettt
Date: June 29, 2004 at 12:25:04 Pacific
Reply:

could you not continue to use send this file

www.enferno.net
Username = Your name
Password = Download


0

Response Number 2
Name: Don Arnett
Date: June 29, 2004 at 15:44:18 Pacific
Reply:

HTML has a FILE INPUT tag. It includes a 'browse' button that lets the user browse their PC for the file that they want to upload to your server.

The trick will be receiving the file. That takes CGI or PHP/JSP etc on the server side to receive the file and store it on your server.



0

Response Number 3
Name: Infinite Recursion
Date: June 29, 2004 at 18:14:42 Pacific
Reply:

I wrote a PHP script for this a long time ago. I was using it for users to upload their web content... To use something like this, your server, as Don mentions, will have to support PHP.

IR


0

Response Number 4
Name: jam14online
Date: June 29, 2004 at 22:44:45 Pacific
Reply:

I made a script similar to this the other day:

File Upload


James



0

Response Number 5
Name: Infinite Recursion
Date: June 30, 2004 at 05:28:06 Pacific
Reply:

James,

I noticed a 128K max on your upload script. I'm pretty sure his CAD files will go far beyong that. How easy is it to change the max file size in your script?

IR


0

Related Posts

See More



Response Number 6
Name: jam14online
Date: June 30, 2004 at 10:04:01 Pacific
Reply:

@Infinite Recursion

I made the script specifically for myself. It is simple to change the max file size. The current value of 131072 bytes can be changed to anything.

By the way, if you do want to use it, just e-mail me and I'll send it to you ASAP.


James



0

Response Number 7
Name: Infinite Recursion
Date: June 30, 2004 at 16:32:13 Pacific
Reply:

Good deal, James... I figured it was dynamic... just wanted to point it out
as a possible issue.

IR


0

Response Number 8
Name: tbtechguy
Date: January 6, 2006 at 08:09:39 Pacific
Reply:

OK, it's not free but very cheap, user friendly, and only a one time charge for the license. Check out the Dynamic FTP System http://www.dynaftp.com
I hope this helps


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: file transfer script for free

Online File Storage Script??? www.computing.net/answers/webdevel/online-file-storage-script/3452.html

php upload via url(remote server) www.computing.net/answers/webdevel/php-upload-via-urlremote-server/3499.html

file transferring www.computing.net/answers/webdevel/file-transferring/2946.html