Posted 18 December 2018, 3:43 pm EST
I am using the c1Upload with the C1FileExplorer very similar to the sample code. How can I direct the C1Upload to put the target file into the current folder of the FileExplorer?
George
Forums Home / ComponentOne / ASP.NET Web Forms Edition
Posted by: gmckee on 18 December 2018, 3:43 pm EST
Posted 18 December 2018, 3:43 pm EST
I am using the c1Upload with the C1FileExplorer very similar to the sample code. How can I direct the C1Upload to put the target file into the current folder of the FileExplorer?
George
Posted 19 December 2018, 7:01 am EST
Hi George,
Please refer to the following demo sample to uplaod file to current folder location.
https://demos.componentone.com/aspnet/ControlExplorer/C1FileExplorer/UploadFile.aspx
~Manish
Posted 21 December 2018, 12:39 am EST
Thanks. Somehow I completely missed the code in the page_load event.