Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I am using ajax uploader (CuteWebUI:UploadAttachments) that is proper working on localhost. when i post this code to online server that is not working. i am using this code in .net 3.5 version. this is a multiimage uploader. i am sharing code with you


Page Directives

@ Register TagPrefix="CuteWebUI" Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" %>


Data Control
CuteWebUI:UploadAttachments ShowCheckBoxes="false" ShowRemoveButtons="false" ShowFileIcons="false"
ID="uploader1" runat="server" OnFileUploaded="UploadAttachments1_FileUploaded">
<ValidateOption EnableMimetypeChecking="True" AllowedFileMimeTypes=""></ValidateOption>
</CuteWebUI:UploadAttachments>


In Web Config

<httpModules>
<add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
</httpModules>


Regards,
Bharat Gupta
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900