Hi Marc,
Please try to set action in such way:
Code:iu.addParam(“Action”, “//somedir/upload.aspx”);
Actually, this is wrong behavior, relative path in future versions will be set as you described above:
Code:iu.addParam(“Action”, “/somedir/upload.aspx”);
Best regards,
Eugene Kosmin.
Aurigma Development Team