Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Using webformsmvp to build a module for DNN I'm experiencing an odd issue with the core dnnfilepicker.
When you select a file - the page postsback (to show an image if an image was selected) - but on each postback - the selected file doesn't stay selected.
I can successfully change folders - but whenever selecting a file - it always defaults to Please Select.
I am not setting the value anywhere so this isn't an issue of me setting it to blank on load - and I don't have any databound controls.
Just simply loading a view with a dnnfilepicker - where I'd like to run an action on a selected file.
Thanks for any help you can give - I know I can roll my own - but would like to use the Core filepicker if possible (and learn of why this issue ;)