Page 1 of 1

5.1 MVC DNDFileUpload

Posted: October 20th, 2022, 2:34 pm
by shalomsims
Did a lot of troubleshooting for this but when the DNDFileUpload control passes the FilePath through an event to a control parameter I get this path.

Incorrect file path.
Incorrect file path.
One of the solutions I tried was making my own directory path under StaticFiles and adding that path to the file save.

Path to Static file directory I created
Path to Static file directory I created
Created TempFiles/MyFileListUploads
Created TempFiles/MyFileListUploads

I understand that DNDFileUpload automatically saves the file to the directory we set it to but I'm still getting the wrong filepath passed into the controller and I'm not sure why.