Where do I find the Neat Upload control so that I can use it on a page?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/5/2012 5:00:02 PM
Gravatar
Total Posts 21

Where do I find the Neat Upload control so that I can use it on a page?

I feel 27% dumber just for asking the question but I don't know where it is. I haven't seen it among any of the selectable controls in the Administration area and I don't remember seeing it in the controls directory in Visual Studio though I may have overlooked it.

4/6/2012 5:06:30 AM
Gravatar
Total Posts 192

Re: Where do I find the Neat Upload control so that I can use it on a page?

check this:

http://www.mojoportal.com/Forums/Thread.aspx?thread=8659&mid=34&pageid=5&ItemID=9&pagenumber=1#post35805

4/6/2012 7:24:54 AM
Gravatar
Total Posts 18439

Re: Where do I find the Neat Upload control so that I can use it on a page?

NeatUpload is not part of mojoPortal it is a separate dll that we depend on located in the _libs folder in source code and in the /bin folder in pre-compiled releases.

To use it in a custom project you need to add a reference to the dll, you need to copy the control declaration from the mojoPortal Web.config <pages><controls> section into your feature Web.config then you can use it by studying and borrowing code from existing mojoPortal features that use it such as Shared Files, Image Gallery etc.

Hope that helps,

Joe

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