5.1 MVC DNDFileUpload

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
shalomsims
Posts: 38
Joined: March 16th, 2022, 1:04 pm
Contact:

5.1 MVC DNDFileUpload

Unread post 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.
Attachments
This is what the event controller looks like.
This is what the event controller looks like.
word count: 94
Post Reply