Bulk upload on image gallery

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.
4/18/2011 5:52:13 AM
Gravatar
Total Posts 43

Bulk upload on image gallery

Grettings everyone,

I'm kinda confused whit this :s i'm using the latest version of mojoportal and seeing on the online demo page the bulk upload works fine showing a "Add File" btn and all...still on my site the "add file" btn is replaced whit a normal input btn that doesn't allow to multichose images :s 

do i need any config for this? 

regards and ty

4/18/2011 5:59:56 AM
Gravatar
Total Posts 43

Re: Bulk upload on image gallery

what i mean is i don't see the flash upload...i just see a normal upload btn

4/18/2011 6:23:55 AM
Gravatar
Total Posts 43

Re: Bulk upload on image gallery

already saw it...web.config :P

4/18/2011 7:11:39 AM
Gravatar
Total Posts 18439

Re: Bulk upload on image gallery

If the demo site works for you then it should also work with your own site if you are testing from the same machine with the same web browser.

If it isn't working on your site, things I would check are

  • does the file exist /NeatUpload/SWFUpload.js and does it have correct read permissions on the file
  • does the fie exist /NeatUpload/SWFUpload.swf and does it have correct read permissions on the file
  • does it work on your site if you use the same skin as the demo site (just to eliminate the possibility that the skin is a factor)
  • wouldn't hurt to clear your browser cache in case it cached older versions of the javascript

if the file permissions are not correct it cannot load the file and therefore it won't work. The multi file selection uses Flash.

Hope it helps,

Joe

4/18/2011 7:32:24 AM
Gravatar
Total Posts 43

Re: Bulk upload on image gallery

i did all of that :p and then i got to the point of searching a bit of web.config and saw that every neatupload was commented for the medium trust levels...

if i uncomment it works... on my local machine :p my website must not have the IIS setting at full so the web.config crashes it...and i can't configure theyr IIS

4/18/2011 8:14:03 AM
Gravatar
Total Posts 18439

Re: Bulk upload on image gallery

yes, the multi file selection support comes from NeatUpload which cannot work under medium trust/partial trust. You can find out if you are running in full trust or partial trust from Administration > System Information

Since most hosts enforce medium trust we pre-configure it for medium trust but those who have full trust hosting can rename Web.config to Web.mediumtrust.config and then rename Web.fulltrust.config to Web.config and restore any customizations such as machine key to the file.

Best,

Joe

4/18/2011 9:22:28 AM
Gravatar
Total Posts 43

Re: Bulk upload on image gallery

yeah i've got the site on partial trust and i'm waiting to see if they can do something about it since i don't have any kind of config for this site's IIS

Thanks for the help Joe ;)

 

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