Hi
I have a problem when I try to upload a file into the server with dojo.io.iframe.send().
In Firefox it works without any problem, but in IE7, it seems that the PHP global Array $_FILES is not assigned correctely (all the values are empty).
The same (exact) PHP program worked without any problems in Dojo 0.43 for both IE and FF using "IframeTransport"
so I suppose that for sure there isn't a PHP problem.
my Javascript code (inside function UploadTheFile) is:
var callCount = 0;
dojo.io.iframe.send({
