-
17 Jul 2008 1:18 PM #241
It sounds very strange... I've tested also server errors and everything was fine... I have no other idea but to step int the code, both extension and Ext, to see what's happening.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
18 Jul 2008 1:21 AM #242
You know what was wrong?

I was using an upload script hosted on a different virtual host to the one I was running the upload panel from. As soon as I moved the script to the same virtual host I started to receive valid values in the upload callback. Although quite why that should have made any difference I am not entirely sure.
-
23 Jul 2008 10:57 PM #243
Hi jsakalos
I would like insert insidemy window your fantastic component!
where I wrong?Code:. . . . { columnWidth: 0.5, layout: 'form', bodyStyle: 'padding:5px;', border: false, items: [ {xtype: 'textfield', fieldLabel: 'Business Phone', id: 'businessphone', name: 'businessphone', anchor: '95%'}, {xtype: 'textfield', fieldLabel: 'Mobile Phone', id: 'mobilephone', name: 'mobilephone', anchor: '95%'}, {xtype: 'textfield', fieldLabel: 'Tel. Extension', id: 'extension', name: 'extension', anchor: '55%'}, {xtype: 'textfield', fieldLabel: 'Department', id: 'department', name: 'department', anchor: '95%'}, {xtype: 'panel', items: new Ext.ux.UploadForm('form-ct-in', { autoCreate: true , url: '/filetree/filetree.php' , method: 'post' , maxFileSize: 1048570 , pgCfg: { uploadIdName: 'UPLOAD_IDENTIFIER' , uploadIdValue: 'auto' , progressBar: true , progressTarget: 'under' , interval: 1000 , maxPgErrors: 10 , options: { url: 'progress.php' , method: 'post' // , callback: pgCallback } } , baseParams: { cmd:'upload' , path: 'root' } }) } ] } . . . .
thanksRegards,
My European Curriculum Vitae at:
[html]: http://mturillo.eurocv.eu
[doc]: http://mturillo.doc.eurocv.eu
[rtf]: http://mturillo.rtf.eurocv.eu
[pdf]: http://mturillo.pdf.eurocv.eu
[europass]: http://mturillo.europass.eurocv.eu
-
24 Jul 2008 12:24 AM #244
UploadForm is for Ext 1.x. Use UploadPanel instead.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
19 Mar 2010 6:07 PM #245
Upload Files
Upload Files
Hello all,
I would like to know if anyone has implemented this amazing work in ExtJS 3.x.x if so please share it
.
-
27 Jul 2010 4:36 AM #246


Reply With Quote



