cancel
Showing results for 
Search instead for 
Did you mean: 

Upload new version with name of new version file

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi,

If i upload a new version of the document it is getting uploaded with the file name of previous version.

I want the file name of the new version doc not the 1st version.


Suggest !

Thanks
1 REPLY 1

aaditvmajmudar
Confirmed Champ
Confirmed Champ
You can try modify the upload.post.js file.

You will find below code snippet in above file where uploading new version is handled.

//////////////////////

/**
* Exitsing file handling.
*/
var existingFile = destNode.childByNamePath(filename);

////////////////////////

Here you can handle the file name.

Hope this helps.