do you mean, witango sends it to ftp server, before saving it on YOUR server first?

If that is what you mean, its not possible, because of the way witango works with your webserver. The file is completely transferred to the webserver before being handed over to witango.

We have written special upload handlers, to allow progress bar uploading, and throttling, and other cool features. We do this by handling the upload byte by byte, this is NOT possible in witango. It is also not possible in PHP. It is possible with some very low level .net coding, and it is also possible by creating a CGI script, like in perl or something.

If you submit your upload to a perl cgi, for example, you could write it to accept data in memory and at the same time connect and send to an FTP server. This would be very troublesome, and I wouldn't recommend it, unless you were sure of 100% uptime and great bandwidth up to the ftp server from the witango server. You would basically be holding/caching the http upload to cgi in memory as you pull from the memory to the ftp server.

I would think you are better off, investing in larger more reliable network storage on your server side, accept the entire upload, and then ftp up to wherever and delete.

--

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/

On Feb 13, 2008, at 10:44 AM, Ted Wolfley wrote:

User submits file thru the witango webpage and witango ftp the file to another server without writing to the ftp server first.

From: Robert Garcia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 13, 2008 1:24 PM
To: witango-talk@witango.com
Subject: Re: Witango-Talk: witango ftp upload form

Do you mean, the local machine, as in the user hitting the web page, or the local machine, as in the web server machine, which may be different from the witango server?

--

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/

On Feb 13, 2008, at 9:32 AM, Ted Wolfley wrote:


Hi,

Has anyone created or found a way to use witango to ftp a file from the local machine and not the server that witango is setting on? I can successfully ftp from the witango server to the ftp site with the external action but witango can’t find the file on my workstation. I have found php pages on the web that I may have to use.

Of course, I could wait for Witango 6 with its built-in ftp upload.

Ted Wolfley
Lead Internet and Database Programmer
The Ogden Group of Rochester
phone: 585.321.1060 x23
fax: 585.321.0043
[EMAIL PROTECTED]

http://www.ogdengroup.com

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to