-
Upload multiple files in extjs 3.x.x
Upload multiple files in extjs 3.x.x
Hello,
Does anyone has done uploading files in ExtJS 3.x.x ??
Regards,
Chicano
-
Upload multiple files in extjs 3.x.x
Upload multiple files in extjs 3.x.x
Hello,
Does anyone has implemented uploading files in ExtJS 3.x.x
Regards,
chicano
-
Sencha - Ext JS Dev Team
-
Sencha User
vg Steffen
--------------------------------------
Release Manager of
TYPO3 4.5
energlobe.de - german online magazine
-
Ext JS Premium Member
YES, do something like this,
Ext.Ajax.request(
{
url: 'updatescript.php/aspx or whatever',
isUpload: true,
params: yourextraparams,
form: form.getEl().dom,
headers: {'Content-type':'multipart/form-data'},
scope:this,
success: function(response, options)
{
},
failure: function(response, options)
{
var error = Ext.decode(r.responseText).error;
Ext.Msg.alert('UPLOAD ERROR', 'Message:<br />' + error);
}
});
}
-
Sencha - Community Support Team
Have a look at Saki's UploadPanel.
-
thank you guys, if I want to implement a progress bar how would I do it, can somebody help me with this.
thanks
-
Sencha - Community Support Team
Does the progressbar have to show real progress or only a waiting indicator?
Using only javascript you can't show the real progress. You need someting like Flash or Java to do that.
-
Hello Condor, it will be great to show real progress, but now it will be ok to show just as indicator.
regards,
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us