On Jan 17, 2004, at 11:28 AM, zentara wrote:
On Sat, 17 Jan 2004 00:39:24 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote:
Cool... I forgot to tell you that I can only use the perl version
because it allows bigger files to be uploaded.
Can't wait to check it out. Now...what about form processing? I am/was
trying to marry that upload.cgi that you were tweaking with a nice
uploader form found here:
http://www.mycgiscripts.com/file-uploader.html
This one works great and does what I want except for the progress bar.
I was able to add a variable so that I can send the info of what was in
the form and the file uploaded to the client as well as me for proof of
the upload.
My ultimate goal is to get the progress bar working with this form
uploader.
Thanks for the help!
Gerry
Well I think you are better off writing your own form. With the uploader you want to use, you need to start it from a cgi so you can generate a session-id. If you want to do it with the software you mentioned above, you might want to ask the authors to do it.
I have another, more simple javascript uploader progress-bar for you
to look at. It dosn't return upload data, it just runs a javascript
animation until the upload is complete. It is far simpler and can be run
from a straight form.
Test it at http://zentara.net/upload-js/upjs.html
You can download the files, with an upload.cgi at: http://zentara.net/upload-js/js-upload-progress.tgz
So can you suggest where to add the form processing to the upload.cgi? I'm good with Flash and actionscripting but am not totally in tune with perl (yet).
The guy who wrote that megaupload progress bar script said that it can be done but has yet to return my message on where to paste the form processing code.
Thanks for the help!
Gerry
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>