getting error while integrating flajaxian.FileUploader

Posted by pravakar on Stack Overflow See other posts from Stack Overflow or by pravakar
Published on 2010-03-10T11:36:41Z Indexed on 2010/03/22 9:41 UTC
Read the original article Hit count: 228

Filed under:
|
|

Hi to all. 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.

<%@ Register TagPrefix="fjx" Namespace="com.flajaxian" Assembly="com.flajaxian.FileUploader" %>

      <Adapters>

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

        </Adapters>

Not mentioned any thing in web config for this control.

© Stack Overflow or respective owner

Related posts about flajaxian

Related posts about fileuploader