How to limit file size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 08:30 AM
Hello.. I want to limit the size of the files you can attach to Nuxeo Documents.At the documentation i saw a way by modificating nuxeo.conf.I set the max size this way:
nuxeo.jsf.maxFileSize=555557
This way you can not upload files bigger than the specified size but the platform stucks and doesnt give you a message.Is there a way of showing a message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2017 04:32 PM
Hello,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 02:49 AM
Hi Vladimir..I doesnt finish at the end of upload.I would like to give a message saying that the file can not be imported because it is too big.It stucks and it doesnt provide any logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 10:55 AM
You would have to create a custom seam validator to check the size of the blob programmatically and display the good message -> https
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 10:59 AM
Yes but in the creation layout when defining the file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2017 12:02 PM
IMO You can add in a custom property down the field configuration panel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2017 06:16 AM
thank you Vladimir.it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 05:57 AM
Do you have any idea if i can limit also when drag and dropping the file Vladimir?
