0

I am facing problem with the control flajaxian.FileUploader i.e. after downloading the dll file while implement i am getting following error message i.e.

Request for the permission of the type 'System.Web.AspNetHostingPermission, System, version=2.0.0.0, culture=neutral, PublicKeyToken=b77a5c56193e089' failed.

Help me to sort out this problem, so that i can implement the control for multiple image file uploader, below is my code.

      <Adapters>

    <fjx:FileSaverAdapter Runat="server" FolderName="UploadFolder" />

        </Adapters>

Not mentioned any thing in web config for this control.

skaffman
  • 398,947
  • 96
  • 818
  • 769
pravakar
  • 733
  • 4
  • 11
  • 20

1 Answers1

0

In the site from where i downloaded they have given the dll which is not updated, hence instead of downloding the dll download the source code and compile once. It will work. I did it and it working fine.

pravakar
  • 733
  • 4
  • 11
  • 20