I have seen form file upload example in ExtJS4 and i need customize progress of the file upload.
I see waitMsg config property, but i don’t want use that and i don’t want use extjs 3rd party plugins.
So, how i can get simply current upload progress from upload form in extjs?
The waitMsg uses a message box with an infinitely auto-updating progress bar. So you can’t just create a progressbar that displays the current upload.
You could create your own
Ext.ProgressBarand estimate the upload time and when its done you set it to the max value. But I guess you don’t want that.To answer your question: You cannot simply track the current upload progress.
If you really need this user experience you can try a 3rd party component.
To quote the docs: