Bulk Upload fix coming soon?

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.
6/29/2012 12:50:30 PM
Gravatar
Total Posts 83
-- Joe

Bulk Upload fix coming soon?

In reading other forum posts, it seems that the Bulk Upload feature is not working anymore?  Is that correct?

I have not tried the suggested fixes yet - but judging by the post dates I am guessing the fixes dont work?

Also, I am running the new "MegaGallery" from IndigoTea (which is awesome) and the bulk upload doesnt work for me there either... and I am guessing it may be the same issue?

FYI - I've tried the upload in IE9, FF13, & Chome18 - no luck with any of those browsers.

The posts that seems relevant are:

  • http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=2&thread=6555
  • http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=5&thread=6650

My system info:

    System Information
    mojoPortal Version 2.3.8.5 MSSQL
    Operating System Microsoft Windows NT 6.0.6002 Service Pack 2
    ASP.NET Info v4.0.30319 Running in Full Trust
    Server Time Zone Central Daylight Time
    Server Local Time (GMT -5) 6/29/2012 12:38:03 PM

Thanks in advance for any updates or suggestions.

-- Joe Vago

6/29/2012 1:01:41 PM
Gravatar
Total Posts 18439

Re: Bulk Upload fix coming soon?

Its working fine for me and working fine on the demo site.

The question is whether you have it enabled or not, it is disabled by default because it only works in full trust hosting.

To enable it you need to rename Web.config to Web.mediumtrust.config and then rename Web.fulltrust.config to Web.config and restore customizations such as the machine key.

The only difference between the 2 web.config files is that the full trust one has NeatUpload enabled, NeatUpload is what provides multi file upload and a progress bar, but it only works in full trust hosting.

Hope that helps,

Joe

7/3/2012 8:51:45 AM
Gravatar
Total Posts 83
-- Joe

Re: Bulk Upload fix coming soon?

I have been using the Web.FullTrust.Config file as my Web.Config file but the upload wasnt working (hosted on Arvixe)

So I added the parameter multiple="true" per the suggestion by Bundy on the post at http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=2&thread=6555 and it now works.

<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>

Thanks for your continued quick response to my questions.

-- Joe Vago

 

 

7/3/2012 10:02:01 AM
Gravatar
Total Posts 18439

Re: Bulk Upload fix coming soon?

Hi Joe,

Ok, I'll make that change for the next release.

Best,

Joe

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