Is there a setting I am missing or way to disallow overwrites of a file of the same name? I've tried doing this with the filebrowser_pre_upload signal but I don't believe it actually changes the file being uploaded nor does it return anything to _upload_file.
Any advice on how to do this without modifying the filebrowser source?
What is filebrowser_pre_upload meant for? I can't think of any good use to it if it doesn't actually return anything to _upload_file. I could just be mistaken though.
Thanks!