This is a migrated thread and some comments may be shown as answers.

File upload Failed

1 Answer 71 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ali Faraji
Top achievements
Rank 1
Ali Faraji asked on 14 Oct 2010, 12:34 PM
Hi,

I am uploading a DLL file that contains 1 class file FileName.vb  and 2 Embeded resource files Filename.Aspx,Filename.Aspx.vb and Filename.JPG
this DLL is of file size around 150kb.

there is a database update,insert query's in one of the function of file Filename.Aspx.vb
if i remove these lines then the file uploads sucessfully.
(i am not sure exactly that the problem is with these database updated statements, cuz it fails some times even after removing that lines)

i think this problem is not related to file size and i saw the disscusstion in forums..

We are using OS (windows server 2008 ) and IIS7

i have configurated the webconfig setting
<security>
   <requestFiltering>
    <requestLimits maxAllowedContentLength="1048576000" />
   </requestFiltering>
  </security>


plzzz help.

Thanks











1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 20 Oct 2010, 08:34 AM
Hi Ali Faraji,

What do you mean by fails to upload. Is the uploaded files collection empty? As far as I understood you try to upload a compiled dll, right? And it fails to insert If you change a line of code and then recompile the dll? I am afraid that we can hardly reproduce such problem in our local environment. Could you please open a support ticket, attach the failing dll as well as the aspx page that uploads it so that we can take a look. A troubleshooting step that you can take in the mean time is to try to upload the same file using a regular ASP.NET FileInput and observe whether the issue persist.


Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
Ali Faraji
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or