Required functionality, on upload from the file explorer upload dialog if the document being uploaded already exists(and overwrite files is not selected), automatically rename the document with a new version number, and upload it. How do I cancel the validation that happens between the ItemCommand() and custom content provider method StoreFile()? Currently, ItemCommand() method fires, I am not able to change the upload.filename (read only) in this method. The validation then fires preventing the StoreFile() method, so I am not able to modify the filename in this method either. I would really like to remove this automated validation, and add my own.
Thanks!
Michelle
Thanks!
Michelle