Drag and drop/multiselect file limitation?

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/19/2013 7:30:36 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Drag and drop/multiselect file limitation?

Hi Joe, we got IE10 pushed out to our users who are heavily using the Shared Files module. They reported to me (and I confirmed), that there seems to be a limitation on the number of files that can be multiselected or dragged and dropped together for upload. They told me that when they select more than 7-8 at once, the rest are silently left off, and I was able to do just 10 at once in my own testing. This held true for Chrome as well as IE10.

Is there a string length limitation somewhere that's hurting us? Or is this a setting we can tweak? They'd like to be able to queue uploads of 35 files or more at a time.

Thanks,
Jamie

9/20/2013 5:50:51 AM
Gravatar
Total Posts 18439

Re: Drag and drop/multiselect file limitation?

Hi Jamie,

Yes by default it is limited to 10 files at once but you can override it in user.config

<add key="SharedFiles:MaxFilesToUploadAtOnce" value="10"/>​

Best,

Joe

9/20/2013 9:39:23 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Drag and drop/multiselect file limitation?

Perfect Joe, thank you!

Jamie

You must sign in to post in the forums. This thread is closed to new posts.