hello,
I created a clone of MultipleFileUpload because we added some custom logic to it. But now the Add Button is not showing. what should be the correct value of FileProcessURL ? I tried with both MultipleFileUpload and the new cloned module name CloneOfMultipleFileUpload
MultipleFileUpload and the new cloned module name CloneOfMultipleFileUpload
MultipleFileUpload
Substr(GetOwnerURLPath(),0,Index(GetOwnerURLPath(),GetPersonalAreaName())+Length(GetPersonalAreaName()))+"/MultipleFileUpload/Upload"+GetPageExtension()
Substr(GetOwnerURLPath(),0,Index(GetOwnerURLPath(),GetPersonalAreaName())+Length(GetPersonalAreaName()))+"/CloneOfMultipleFileUpload/Upload"+GetPageExtension()
CloneOfMultipleFileUpload
but none of them worked.
What should be the value of the underlined tex? is it the module name or the block name. I tried both but none of them worked. what could be the issue?
Hi,
For display the upload button I think you need to set DivId value. It can be an empty container's Id.
And you can set the button name by adding ButtonText value.
Good luck,
Khuong