NeatUpload bulk upload input element missing multiple attribute.

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.
10/10/2010 8:21:54 PM
Gravatar
Total Posts 1

NeatUpload bulk upload input element missing multiple attribute.

The bulk upload page was not allowing for multiple files to be selected when browsing client file system via the NeatUpload created multi input file element.

If you are experiencing this same issue I fixed the bug by adding the multiple="true" attribute to the following section of the BulkUpload.aspx file in the ImageGallery folder of your mojoPortal instance.

<div class="settingrow">
    <NeatUpload:MultiFile ID="multiFile" multiple="true" runat="server" UseFlashIfAvailable="true" FlashFilterExtensions="*.jpg;*.gif;*.png">
        <portal:mojoButton ID="btnAddFile"  Enabled="true" runat="server" />
    </NeatUpload:MultiFile>
</div>

Cheers,

Bundy

10/11/2010 7:29:05 AM
Gravatar
Total Posts 18439

Re: NeatUpload bulk upload input element missing multiple attribute.

Hi,

There is a known issue with NeatUpload that the flash mutli file picker does not work in IE, the problem began after an update to Flash Player several months ago.

It does work correctly in my testing using Firefox or Chrome.

Unfortunately NeatUpload is not actively developed anymore and I am not sure how to solve the problem since I am not a Flash developer.

I tested your proposed solution and it does not solve the problem in my tests.

Users can still upload multiple files at once but they have to choose the files one by one in IE.

Best,

Joe

3/4/2011 9:43:46 AM
Gravatar
Total Posts 30

Re: NeatUpload bulk upload input element missing multiple attribute.

Hi Joe

I have the same problem in IE9, Firefox and Chrome. This workaround and the allowOverride-workaround didn't help. I can only select single files and have to upload them one by one. On the bulk upload page I see two buttons in all three browsers: "Choose file" and "Upload". It's not possible to upload more than one file at a time with that.

I see two ways out:

  1. http://leaverou.me/2009/03/regarding-native-single-input-multiple-file-uploads/
  2. Allow me to upload a single ZIP file that contains all images.

Cheers,
Simon

Update: I'm running MojoPortal 2.3.6.2 on .net4 in a full-trust environment

3/4/2011 9:56:33 AM
Gravatar
Total Posts 30

Re: NeatUpload bulk upload input element missing multiple attribute.

Update #2: The workaround suggested in this thread helps. I made a mistake when testing it.

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