Issue to use the FileUploadAttribute extension outside the admin interface.
Hello Javier,
Thank you for this great extension which works as describe (from admin panel). However when it comes to use this extension from an HTML interface there is an issue.
In the following file: /app/code/community/Jvs/FileAttribute/etc/config.xml I tried to move the whole following block from adminhtml to global node:
that you can find in the block </adminhtml_catalog_product_edit_element_types> but it does not work... Can you tell what I need to do to make it used at Global level?
Best regards,
Joel
Hey Joel,
Can you describe what you're trying to do in more detail? I'm afraid I'm not sure what you need to use the extension outside the admin area for.
Hello Javier,
Actually my website is a market place, therefore I am using your extension to authorize the vendor to upload their image, for the size information, from webpage interface which is the reason why I would like to extend to Global level and not to limit that to admin.