Hi Shiva,
Can you please attach your extension directory.
Thank You,
Sameera
On Tue, Dec 30, 2014 at 8:46 AM, Shiva Balachandran 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 when i want
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 cli
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 th
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
to get the html view of the file uploader.
Then, in my extension's asset.js inside 'create' method, I try to access
the value taken by that html