Uploading PDF files with File Manager

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.
3/10/2011 8:14:07 AM
Gravatar
Total Posts 8

Uploading PDF files with File Manager

I'm using two different versions of Mojoportal (2.3.4.8 and 2.3.6.1) for two different web sites, and I noted that with the oldest one I cannot upload any pdf file using the File Manager functionality even if I have the permissions to "Upload and Browse files". When I set the same permissions in the newest version I don't encounter the same problem.

Is that an issue due to the different versions?

Thanx in advance!!!!

Duccio

3/10/2011 12:24:25 PM
Gravatar
Total Posts 18439

Re: Uploading PDF files with File Manager

It is possible that things changed in between those versions, but also it could be differences in web.config settings. Specifically I would look at these keys in <appSettings on both installations and comapre for differences:

AllowedUploadFileExtensions

AllowedLessPriveledgedUserUploadFileExtensions

Hope it helps,

Joe

3/11/2011 2:42:08 AM
Gravatar
Total Posts 8

Re: Uploading PDF files with File Manager

Thank you very much, Joe. I solved the problem modifying web.config replacing  the key

<add key="AllowedLessPriveledgedUserUploadFileExtensions" value=".gif|.jpg|.jpeg|.png|.zip"/>

with the new key

<add key="AllowedLessPriveledgedUserUploadFileExtensions" value=".gif|.jpg|.jpeg|.png|.zip|.pdf"/>

GRAZIE MILLE!!!!

Duccio

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