You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the help with the other thread, now i have a diferent question, is there a way to change the folderPath after the initialisation? my problem is that i have my var folderPath=""; , then depending on some combobox i create a folder and update my var folderPath = SPsite + library+ FolderName, i have to initialize the control again after the var update?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No, there is no way to do that today.
Your approach is correct: You have to destroy the current upload widget and re-instanciate a new one with the new folder.
Sadly i have to find another way to use it since the control apparently needs an existing folder, i create the folder in the same code before the upload and for the time that is initialize the folder doesn't exist so i cant choose a file.
Sadly i have to find another way to use it since the control apparently
needs an existing folder, i create the folder in the same code before the
upload and for the time that is initialize the folder doesn't exist so i
cant choose a file.
Hi again,
thanks for the help with the other thread, now i have a diferent question, is there a way to change the folderPath after the initialisation? my problem is that i have my var folderPath=""; , then depending on some combobox i create a folder and update my var folderPath = SPsite + library+ FolderName, i have to initialize the control again after the var update?
Thanks in advance
The text was updated successfully, but these errors were encountered: