Upload File-Type Restriction

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.
9/10/2009 1:59:41 PM
Gravatar
Total Posts 2239

Upload File-Type Restriction

When using the Site File Manager and Shared Files Module, I am only allowed to upload .jpg, .png, and .gif files. I reproduced this issue on the Demo site.

Thanks,
Joe Davis

9/10/2009 2:24:47 PM
Gravatar
Total Posts 18439

Re: Upload File-Type Restriction

Arrgh, a copy paste error. You can fix it easily I will fix it in the packages tomorrow morning, its been a long day.

Using a text editor edit the /Admin/FileManager.aspx file and the /SharedFiles/SharedFilesModule.ascx file.

Look for this:

<NeatUpload:MultiFile ID="multiFile" runat="server" UseFlashIfAvailable="true" FlashFilterExtensions="*.jpg;*.gif;*.png">

and remove the FlashFilterAttributions property completely so it looks like this:

<NeatUpload:MultiFile ID="multiFile" runat="server" UseFlashIfAvailable="true">

Thanks for reporting this.

Best,

Joe

9/11/2009 10:29:30 AM
Gravatar
Total Posts 18439

Re: Upload File-Type Restriction

This has been corrected in the download packages for 2.3.1.7 so anyone downloading going forward will have the correction.

Thanks,

Joe

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