Setting up NeatUpload on MojoPortal

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.
7/7/2011 5:22:30 AM
Gravatar
Total Posts 2

Setting up NeatUpload on MojoPortal

Hi,

I have not been able to find a help page to setup NeatUpload on a MojoPortal site.

I plan on using this to allow others to upload files to the MojoPortal site. Is their a guide for this? Or does this need to be done programmatically?

 

Thanks.

7/7/2011 7:29:09 AM
Gravatar
Total Posts 18439

Re: Setting up NeatUpload on MojoPortal

If you want to learn how to implement use of NeatUpload I suggest study the source code for existing features that have file upload, such as the Shared Files feature. Note however that NeatUpload only works in Full Trust hosting, by default we have things pre-configured for Medium Trust which is more common. In Full Trust you could use the web.fulltrust.config file by renaming the Web.config to web.mediumtrust.config and renaming web.fulltrust.config to web.config and restore any customizations such as machine key.

So with NeatUpload disabled it falls back to the normal file upload provided in ASP.NET.

I would also recommend be careful about letting strangers upload files and where you put the files and what kinds of files you allow to be uploaded. It is a security concern and one should be very careful about allowing file uploads.

Hope that helps,

Joe

7/7/2011 3:14:33 PM
Gravatar
Total Posts 2

Re: Setting up NeatUpload on MojoPortal

Thanks for the answer Joe.

(The upload page will be hidden and only accessed by authenticated users)

 

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