I've trying to get the progress bar available here
http://www.raditha.com/megaupload/ to work.
Since I've no idea on Perl and looking at the CGI, some things are quite
strange to me, I'm trying to integrate it on my PHP pages.
Ideally, I'd like to select the files to upload in a PHP form, then on
submit show the progress bar and then be redirected to any PHP file.
I don't want to use javascript and show an other form. I absolutely want the
process to be on the same browser, and not use js, as many customers of our
site disable it.
It is possible to do so ? for security reasons, my ISP disabled exec() or
any of those functions for executing perl cgi's
Please help, this scrollbar is quite good, but I don't know how to implement
it the way I want.
Bob
http://www.raditha.com/megaupload/ to work.
Since I've no idea on Perl and looking at the CGI, some things are quite
strange to me, I'm trying to integrate it on my PHP pages.
Ideally, I'd like to select the files to upload in a PHP form, then on
submit show the progress bar and then be redirected to any PHP file.
I don't want to use javascript and show an other form. I absolutely want the
process to be on the same browser, and not use js, as many customers of our
site disable it.
It is possible to do so ? for security reasons, my ISP disabled exec() or
any of those functions for executing perl cgi's
Please help, this scrollbar is quite good, but I don't know how to implement
it the way I want.
Bob
Comment