Hi,
I use Echopoint.tucana(.FileUploadSelector) and Callback to upload file on server
and after upload I process file in method uploadSucceeded.
It works excellent in FF and Safari, but not in IE!
class Callback
//-----------------------------------------------------------------------------//
@Override
public void uploadSucceeded(UploadFinishEvent event) {
// process
Process(event.getFileName());
}
After upload file on server in IE it doesnt call method uploadSucceeded, but file is all ok on server.
When I refresh IE (e.g. F5), then method uploadSucceeded is calling...
Can you try help me, what's wrong?
Thanks
Radek
Which version of IE?
Which version of IE?
It doesnt work in any IE, e.
It doesnt work in any IE, e. g. IE 8 (8.0.7600.16385 64 bit), IE 8 (8.0.7600.16385 32 bit) also IE 7 (7.0.5730.13).
Thanks
Hi, I'd like to ask you, why
Hi,
I'd like to ask you, why dont you answer me...
Is there any problem or you still working on it?
It doesnt work in IE it will be serious problem,
because I have to use IE...
Thanks
Radek
Sorry, I have been swamped
Sorry, I have been swamped with work, and have not had time to look into it. If time permits, I will take a look this weekend.
Thank You very much that You
Thank You very much that You are trying to solve (my) problem.
Can I ask You if You already have any solution?
Hi Radek, what about
Hi Radek,
what about override an other upload methods and try figure out the one where an event has been sent?
Hi Snog, I tried override
Hi Snog,
I tried override all method in Callback (like uploadProgressed, ...), but afer the file finished upload on server it doesnt call any method,
so I cant identify, that the file is complete on server :-(.
If I understand you bad, please write me your solution in detail...
Thank you
Radek