Multiple Files uploader with shared files feature

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.
3/12/2012 12:56:20 PM
Gravatar
Total Posts 199

Multiple Files uploader with shared files feature

Is there a setting that will allow the shared file feature to allow multiple files to be uploaded at once or possibly a folder upload?

Also I would like to know if this capabiliy exists with the file manager?

Just can not seem to find documentation on this specific issue.

Thanks in advance

3/12/2012 1:20:36 PM
Gravatar
Total Posts 2239

Re: Multiple Files uploader with shared files feature

The Shared Files feature and the File Manager both support multiple file uploads when using Full Trust hosting. If you're using Medium Trust, you can't upload multiple files at once.

As far as a "folder upload," there's nothing in mojoPortal to do this other than creating the folder in shared files or the file manager and then selecting an entire folder of files to upload at once. Again, that would require Full Trust hosting.

HTH,
Joe D.

3/12/2012 1:35:51 PM
Gravatar
Total Posts 18439

Re: Multiple Files uploader with shared files feature

Note also that you can find out if you are hosted in full trust under Administration > System Information

If it says Full Trust there and not Partial Trust, then you can enable NeatUpload by renaming your Web.config to Web.mediumtrust.config and rename Web.fulltrust.config to Web.config and restore any customizations such as machine key.

That will enable NeatUpload and then you should be able to upload multiple files at once and it also supports a progress bar during uploads.

Hope that helps,

Joe

3/12/2012 1:37:09 PM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

Thank you for the quick reply.  If I am running in full trust do I need to change anything in the config to enable this multiple upload or should this be the default?  How can I verify that I am running full trust?

3/12/2012 2:39:20 PM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

I verified that I am running full trust and I changed the web.config to the full trust version.  The shared files feature does work and allows multiple files to be selected and uploaded.

the file manager still does not allow multiple files to be selected and uploaded.  is there something else I may need to adjust?

Thanks

3/12/2012 2:42:05 PM
Gravatar
Total Posts 18439

Re: Multiple Files uploader with shared files feature

NeatUpload is only used in the older file manager under the Alternate File Manager link. So you'll have ot use that one for bulk uploading.

Hope that helps,

Joe

3/13/2012 8:50:37 AM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

Looks like all is working correctly, but after testing in IE8 I noticed something strange.

when placing only the shared file feature on the page the feature would not extend full width but an HTML feature would extend full width.

I am currently using an un-altered version of artisteer31-bluenwhite and the switch from medium to full trust some how created this strange issue.  If I switch back to medium trust this will correct itself

Is there a specific style sheet for the shared file feature that I can work with?

Is there any reason the feature would use a different style sheet after going to full trust?

Thanks you

3/13/2012 10:05:15 AM
Gravatar
Total Posts 2239

Re: Multiple Files uploader with shared files feature

What version of mojoPortal are you running. I seem to remember an issue with the markup around NeatUpload in SharedFiles, but I think that was fixed. Can you provide a link to your site?

Thanks,
Joe D.

3/13/2012 10:42:40 AM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

I have version 2.3.8.1 MSSQL.  The site is a fully protected intranet and I can give you access but not from the forum.  Let me know and I can e-mail you direct if necessary.

3/20/2012 1:12:39 PM
Gravatar
Total Posts 199

Re: Multiple Files uploader with shared files feature

When will the next build be released so I can correct this issue I am having with the shared files feature css wrapper?

3/21/2012 9:04:17 AM
Gravatar
Total Posts 18439

Re: Multiple Files uploader with shared files feature

Hi,

I did some experimenting and was able to see the problem using IE8 mode in IE9.

Adding this to style-artisteer-overrides.css seems to solve it:

div.center-nomargins { width:100%; }

Hope that helps,

Joe

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