forked from SimonEast/file-uploader
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support on exiting filename upload #40
Comments
jgribonvald
added a commit
to GIP-RECIA/esup-filemanager
that referenced
this issue
Dec 12, 2013
This PR add the possibility to configure the portlet behaviour when uploading an existing file by adding a portlet preference property. It's a first step before developping an UI to let the choice of the user when the problem appear. This PR is more a first step but let the possibility to define a default behaviour for this problem, as the default configuration override all existing files (expect in sardine implementation). So next steps are/could be : - The method putFile for the cmisService must be modified to work with this enhancement. - Give the possibility to a user to change his default behaviour by editing portlet preferences. - wait or implements the UI evolution, referenced here : Valums-File-Uploader/file-uploader#40
jgribonvald
added a commit
to GIP-RECIA/esup-filemanager
that referenced
this issue
Dec 12, 2013
This PR add the possibility to configure the portlet behaviour when uploading an existing file by adding a portlet preference property. It's a first step before developping an UI to let the choice of the user when the problem appear. This PR is more a first step but let the possibility to define a default behaviour for this problem, as the default configuration override all existing files (expect in sardine implementation). So next steps are/could be : - The method putFile for the cmisService must be modified to work with this enhancement. - Give the possibility to a user to change his default behaviour by editing portlet preferences. - wait or implements the UI evolution, referenced here : Valums-File-Uploader/file-uploader#40
jgribonvald
added a commit
to GIP-RECIA/esup-filemanager
that referenced
this issue
Dec 12, 2013
This PR add the possibility to configure the portlet behaviour when uploading an existing file by adding a portlet preference property. It's a first step before developping an UI to let the choice of the user when the problem appear. This PR is more a first step but let the possibility to define a default behaviour for this problem, as the default configuration override all existing files (expect in sardine implementation). So next steps are/could be : - The method putFile for the cmisService must be modified to work with this enhancement. - Give the possibility to a user to change his default behaviour by editing portlet preferences. - wait or implements the UI evolution, referenced here : Valums-File-Uploader/file-uploader#40
jgribonvald
added a commit
to GIP-RECIA/esup-filemanager
that referenced
this issue
Feb 20, 2014
This PR add the possibility to configure the portlet behaviour when uploading an existing file by adding a portlet preference property. It's a first step before developping an UI to let the choice of the user when the problem appear. This PR is more a first step but let the possibility to define a default behaviour for this problem, as the default configuration override all existing files (expect in sardine implementation). So next steps are/could be : - The method putFile for the cmisService must be modified to work with this enhancement. - Give the possibility to a user to change his default behaviour by editing portlet preferences. - wait or implements the UI evolution, referenced here : Valums-File-Uploader/file-uploader#40
vbonamy
pushed a commit
to uPortal-Project/esup-filemanager
that referenced
this issue
Mar 10, 2014
This PR add the possibility to configure the portlet behaviour when uploading an existing file by adding a portlet preference property. It's a first step before developping an UI to let the choice of the user when the problem appear. This PR is more a first step but let the possibility to define a default behaviour for this problem, as the default configuration override all existing files (expect in sardine implementation). So next steps are/could be : - The method putFile for the cmisService must be modified to work with this enhancement. - Give the possibility to a user to change his default behaviour by editing portlet preferences. - wait or implements the UI evolution, referenced here : Valums-File-Uploader/file-uploader#40
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding a support on exiting filename upload, the upload should return a modal asking what to do (override, rename, cancel) when a same filename exist on upload.
The text was updated successfully, but these errors were encountered: