Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello All,
i am working on a project . its almost done . but there is a problem in each and every form . when i click on any button or select an element of dropdown(even on any postback on the page ), a suspicious uploading started . even i did not use any file uploaded or any type of uploading code on the form . but dont know why uploading started in browser/application.

is there any solution to resolve this problem? i searched out half of the internet , but didnt get any solution.
Posted
Updated 28-Dec-15 4:02am
v2
Comments
ZurdoDev 28-Dec-15 10:17am    
What do you mean "a suspicious uploading started?" Do you see an error? How can you tell an upload started?
Ashutosh shukla207 28-Dec-15 10:25am    
no its not an error.. if u dont mind i want to give u the link , id and password . please check if u have proper time . please . im so frustrated because of this problem. please ....

link: http://order.arrahmanoverseas.com/login.aspx

UserID : Ad0414022033144
Password: 1234

after logge in , click on ringing bell on the right header part. a form will be open .. there is a grid second colum of grid , click on the excel icon. then u will see an uploading (dont know why) left-below corner of the browser. . it is effecting the speed of site.
ZurdoDev 28-Dec-15 11:42am    
1. Reply to the comment so that the user is notified.
2. What browser is it? If IE, you can try using Fiddler2 to see the network traffic. Or, try the developer tools in whatever browser it is.
Ashutosh shukla207 28-Dec-15 21:50pm    
it shows in ff and chrome both
sudevsu 28-Dec-15 10:33am    
I don't see a ringing bell actually to try.
I have got to View orders Grid. Is it something there?

1 solution

Are you talking about a PostBack? WHen you click on controls in ASP.NET, the only way to handle events in the server-side code is if the code in the client browser does a PostBack. This is not suspicious. This is the expected behavior and it's ASP.NET basic stuff. I highly suggest you pickup a book on ASP.NET and work through it instead of just guessing.
 
Share this answer
 
Comments
Ashutosh shukla207 28-Dec-15 10:36am    
okk... i will . but i have a question. its very rare problem. even i have worked on may .net projects . but never faced such type of problem.
if its very common in .net application then can u suggest please why its happening? have any clue regarding that? if there is no solution ..then i just want to know the reason that why its happening.
sudevsu 28-Dec-15 10:44am    
You understood it wrong Ashutosh. Please read the comments given by Dave.
Ashutosh shukla207 28-Dec-15 10:47am    
ok sir . i will.
Dave Kreskowiak 28-Dec-15 11:31am    
OK, I have no idea what's causing that because there is no way for us to see your code. This is coming from the client side code. Your client-side code is doing the upload.

What part of your client-side code uploads an Excel sheet? This code is being called by something. This is where your debugging skills are going to come in handy.
Ashutosh shukla207 28-Dec-15 12:26pm    
okk sir .. i will re check my code .

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