Using Multple Upload....
(a) I am using editorType:"MultiFileItem" but on dynamicform its not showing "add" and "remove" images...because in Smartclient library there is no folder with name MultiFileItem... i have MultiUploadItem in "skin\images" path.
For patch i renamed the folder and working fine...
What is the difference between MultiFileItem and MultiUploadItem... and which one is right..is my SmartClient is not updated?
Note
-------------------------------------------------------------------------
There is one typo mistake in SmartClient document of MultiFileItem...There document is saying editorType = "MultiFiledItem" . Its saying Field instead of File.
-----------------------------------------------------------------------
(b) I have declared my filed in master datasource like this..
<field name="multiFls" dataSource="detailDS" editorType="MultiFileItem"/>
But its not showing that uploading menu..I mean browse option..i am able to use add more and remove ..but no browse menu...
Please find the attached image.
(a) I am using editorType:"MultiFileItem" but on dynamicform its not showing "add" and "remove" images...because in Smartclient library there is no folder with name MultiFileItem... i have MultiUploadItem in "skin\images" path.
For patch i renamed the folder and working fine...
What is the difference between MultiFileItem and MultiUploadItem... and which one is right..is my SmartClient is not updated?
Note
-------------------------------------------------------------------------
There is one typo mistake in SmartClient document of MultiFileItem...There document is saying editorType = "MultiFiledItem" . Its saying Field instead of File.
-----------------------------------------------------------------------
(b) I have declared my filed in master datasource like this..
<field name="multiFls" dataSource="detailDS" editorType="MultiFileItem"/>
But its not showing that uploading menu..I mean browse option..i am able to use add more and remove ..but no browse menu...
Please find the attached image.
Comment