getting error while integrating flajaxian.FileUploader
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.
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.
精彩评论