what I need that I write, so here is another my "kid". It's Ext.form.BasicForm extension that provides easy user interface for (multiple) file uploads.
I will integrate it to the FileTree context menu soon.
Ext.ux.FileUploader - uploadCallback always success=true and response.responseText=''
Ext.ux.FileUploader - uploadCallback always success=true and response.responseText=''
I am using the upload panel with EXT 2.1, and can physically get a file to upload, but the uploadCallback is always success=true and response.responseText="" no matter what my serverside script outputs.
What's http header the server sends? I guess it should be text/html as it is file upload that runs in iframe.
Header is text/html with UTF-8 encoding.
I've tried a whole bundle of things, but nothing ever changes the fact that the response object in uploadCallback is always:
{responseText:'', responseXML:null, arguments:undefined}