Hello!
How, in free version, print progress bar in html div block instead of pop-up windows?
I have saw some sites working like that....
Thanks!
XUpload - Progress bar in block
ok..next question:)
I sending other values over post method....how do i get them in perl code? I want resend them to my site when file will be uploaded.
Like it:
my $myValue=....; <-and what put here in perl file?;) I don't know perl language;(
Field in html file:
<input type='hidden' name='nameVal' value='ValnameVal' />
Thanks!
I sending other values over post method....how do i get them in perl code? I want resend them to my site when file will be uploaded.
Like it:
my $myValue=....; <-and what put here in perl file?;) I don't know perl language;(
Field in html file:
<input type='hidden' name='nameVal' value='ValnameVal' />
Thanks!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Code: Select all
my $nameVal = $cgi->param('nameVal')