Rank: Newbie Groups: Member
Joined: 2/22/2008 Posts: 1 Points: 3
|
After months of complaints from Apple Mac customers
I've spent the past day or two experimenting and managed to pin down an issue with AdditionalFormName not working on Java ImageUploader 4.x (including 4.6.30.0 which I believe is the current 4.x version)
It appears that checkboxes and radio buttons are not supported in the additional form for the Java ImageUploader - they work fine in the ActiveX ImageUploader
The workaround was to replace all radio buttons and checkboxes with drop down yes/no select lists
Hope this helps someone as I cant see this documented here anywhere!
Derek
|
 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 708 Points: 105
|
Thanks for your input, Derek! A list of form elements supported by Image Uploader can be found here: http://www.aurigma.com/ref-P-ImageUploader.AdditionalFormName.aspxCurrently (for version 5.0) this is: - Input fields (except of <input type="image"> and <input type="file">).
- Text areas.
- Select elements.
However the idea to expand this list by checkboxes and radio buttons is great. We will definitely consider to do it. Sincerely yours, Andrew Simontsev from Aurigma Team
|