Greetings all:
I'm using an off the shelf uploader called MultipowUpload (see http://www.element-it.com/MultiPowUpload. aspx) a nice Flash FTP uploader. I have used it for a few years but I only recently saw it using Firefox 3.03 and I see the Flashvars in the browser. If you use FF check it out:
http://www.digitalphot oonline.com/upload/cameraoneonline 1224430078/upload.html
You see the first &progressMainTe xt=<PERCENT> does not show, but everything there after does. The uploader still works but I just don't know how to escape these variables.
Thanks for taking the time!
I'm using an off the shelf uploader called MultipowUpload (see http://www.element-it.com/MultiPowUpload. aspx) a nice Flash FTP uploader. I have used it for a few years but I only recently saw it using Firefox 3.03 and I see the Flashvars in the browser. If you use FF check it out:
http://www.digitalphot oonline.com/upload/cameraoneonline 1224430078/upload.html
Code:
<!-- Replace symbols " with the " at all parameters values and symbols "&" with the "%26" at URL values or & at other values! The same parameters values should be set for EMBED object below. &progressMainText=<PERCENT>% Uploaded (<FILESNUM> files)<PART2DIV><BR>Transfer rate: <RATEVALUE>/sec<BR>Time left: <LEFTMIN> min <LEFTSEC> sec &progressUploadCompleteText=Upload complete &progressUploadingText=Uploading... &progressUploadCanceledText=Next files upload canceled. Wait... -->
Thanks for taking the time!
Comment