Hi guys,
I've use this script on several other sites, without issues:
http://blueimp.github.io/jQuery-File-Upload/
Normally, I just use a basic CGI.pm object, and can call the filename etc using:
print "Action is: " . $IN->param('action');
The annoying part, is that I can see the value perfectly in Firebug:
-----------------------------21562738631778 Content-Disposition: form-data; name="action" ajax_image_upload
-----------------------------21562738631778 Content-Disposition: form-data; name="room" 1
-----------------------------21562738631778 Content-Disposition: form-data; name="fileupload"; filename="paypal-secure.png" Content-Type: image/png ‰PNG .. rest of image code here :)
However, when I try and print it out - I get nothing!
UPDATE: Not sure what happened - could have been when the host updated libssh2-devel ... as it works now!
TIA
Andy
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.