upload issue Main File manager vs Alternate File Manager

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/17/2013 4:42:32 PM
Gravatar
Total Posts 199

upload issue Main File manager vs Alternate File Manager

well I typically can get this working this one is stumping me.

I have the latest version of mojo 2.3.9.4

trying to upload one file at 7MB and it will fail when uploading using the main file manager.  when using the Alternate File Manager the file uploads fine. 

errror reads:  /Services/FileService.ashx?cmd=upload&t=018f13e1-6d55-4d51-8390-1ef843ac5741 - mojoPortal.Web.Services.FileService - System.Web.HttpException (0x80004005): Maximum request length exceeded.

Running in full trust

I have this set in the web.config

<neatUpload useHttpModule="true"
                maxNormalRequestLength="10240"
                maxRequestLength="55000000"
                multiRequestUploadHandlerUrl="~/NeatUpload/MultiRequestUploadHandler.ashx"
                maxUploadRate="300" xmlns="http://www.brettle.com/neatupload/config/2008">
    </neatUpload>

Thanks in advance to anybody.

1/18/2013 11:33:51 AM
Gravatar
Total Posts 18439

Re: upload issue Main File manager vs Alternate File Manager

The main file manager (the jquery styled one) doesn't use NeatUpload so those settings would not apply. It would depend on the <httpRuntime element settings as discusssed in Supporting Large File uploads. If you don't see a progress bar when uploading then NeatUpload is not being used.

Hope that helps,

Joe

1/18/2013 12:47:17 PM
Gravatar
Total Posts 199

Re: upload issue Main File manager vs Alternate File Manager

thanks Joe - that did it, I guess I was reading too fast and overlooked the <httpRuntime.

one question: is it possible to enable a progress bar for the main jquery file manager or is that only a neat upload feature?

1/18/2013 12:55:46 PM
Gravatar
Total Posts 18439

Re: upload issue Main File manager vs Alternate File Manager

The progress bar is a feature of NeatUpload. I don't have an easy way to add a progress bar to the jquery file manager at this time but eventually there may be a way to do it at least in some web browsers using newer html 5 techniques.

Best,

Joe

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