I am creating flash uploader and want to start 10 uploadings at time. But flash upload only 2 files on domain at time, other references wait for something.
In IE with ActiveX Player limitation is about 6 files at time.
Is there any ideas how to change this limitation? For uploading I need to use FileReference.upload without creating URLRequest object from file data.
Thanks in advance.