Re: [Dev] [ES] input type 'file' not retrieved

2015-01-06 Thread Sameera Medagammaddegedara
Hi Shiva, Can you please attach your extension directory. Thank You, Sameera On Tue, Dec 30, 2014 at 8:46 AM, Shiva Balachandran sh...@wso2.com wrote: Hi Sameera and Denuwanthi, I have a custom asset, i have overridden the files and added the input file tags and the file upload works. But

Re: [Dev] [ES] input type 'file' not retrieved

2014-12-30 Thread Shiva Balachandran
Hi Sameera and Denuwanthi, I have a custom asset, i have overridden the files and added the input file tags and the file upload works. But when i want to edit the asset, i need to set the name of the previously uploaded file and preserve the local location of where the file is so when the user

Re: [Dev] [ES] input type 'file' not retrieved

2014-12-17 Thread Sameera Medagammaddegedara
Hi Denuwanthi, The ES will first scan for any file fields and put them in the ES storage.After which the options object is augmented with the name of the field and a storage UUID before being passed to the asset create method.if the file field is not found in the RXT definition it is ignored.In

[Dev] [ES] input type 'file' not retrieved

2014-12-16 Thread Denuwanthi De Silva
Hi, In the custom asset extension I'm working on, I have a requirement to support file upload. Thus, in my overridden partial (create_form.hbs) I use input type='*file*' name='*wsdl_zip*' id='*wsdl_zip*' / to get the html view of the file uploader. Then, in my extension's asset.js inside