WebFileUploader Excel xlsx file format can not be opened after uploading

6 replies. Last post: January 27, 2015 9:13 AM by Sun Benny
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Sun BennyMember

Hi,

I'm using WebFileUploader in order to upload some attachment for my site. But when I upload .xlsx format, it can be uploaded, but the file can not be opened, Tips 'Excel found unreadable content in 'abc.xlsx', Do you want to recover the contents of this workbook? if you trust the source of this workbook, Click Yes.'

WebTextEditor version is ISNet.WebUI.WebTextEditor 2.0.1000.5.

ISNet.dll version is ISNet.dll3.0.5000.913

I Found a pattern, Ivisit the local web server to upload the .xlsx that is ok, But if the visit is remote web server to upload will have a problem.

Please help me, This is quite ugrent.

 <ISWebTextEditor:WebFileUploader ID="WebUploadDocument" runat="server" UploadPath="./UserUploadDocument/"

                  InitialFilesCount="1" FileTypes="*.pdf;*.zip;*.xls;*.xlsx;*.tif" Width="100%" AllowSimultaneousUpload="false"  
                        Caption="Please select documents."  UploadSizeLimit="10485760" RenderingMode="HTML5"
                          BackColor="#000000" AllowAdd="false" AllowRemove="false" AllowCancel="false" >
                         <ClientSideEvents OnError="upload_Error" OnAfterUpload="doAfterUpload" OnBeforeUpload="doBeforeUpload" />
                  </ISWebTextEditor:WebFileUploader>


thanks.

All times are GMT -5. The time now is 8:02 PM.
Previous Next