Hi Saki,
Another question: in your component, when you upload a file, you can stop the upload. My question is: do you really stop the upload (stop sending data), or do you just remove the list of the file, while in the background data keeps being uploaded?
A made a few tests, and it works (i.e. you stop sending data) in FF, it does not work (i.e. data is being sent) in IE (at least IE6, not tested un IE7).
So, my only question is the one in my previous message.
Thanks,
Hi Saki,
Is there a way to add extra info once the file was uploaded successfully?
I am parsing excel files and would like to notify the user about the content of the uploaded file, like number of rows, colons, etc...is there a way to display this info along with the (successfull) file name and status icon?
Thanks
Thanks for your reply! I tried your demo on your website, however I noted it is missing the upload progress (e.g. 10%, 15%, etc.) Can you confirm this? That is the part I would need...
Thanks,
Paul
Yes, Paul, I have yet to work on that upload progress part because I am very busy with my study project now. I will update you once I got it later.
Keep trying and good luck!
Hi i tested your plugin on windows with firefox, apache and php, it worked fine, but now i'm trying to use it on openSuse linux 11 with firefox, apache and php and i got the following problem:
Whem the tree is going to get childnodes form the php file response it doesn't work so i look on firebug console for the response and i see the whole file content including <?....?>.
i'm testing the same with other trees and i got the same thing, what's going on with this?