Reg:Issue on Input File browser control

  • Thread starter Thread starter Hasini
  • Start date Start date
H

Hasini

Hi everyone,

Hope My problem is new.. My requirement is in such a way that am
trying to upload a large .CSV file(14MB) to the server...


it works fine when we try to do the same on the server machine...( by
adding <httpRuntime maxRequestLength="42401" /> in web.config file)


but the same is not working when we trying to use the server instance
on the other machine..!!


I need ur advice to help me in this regard..!!... its very urgent!!


Thank you in advance.!!!!!


Suhasini
 
Hasini said:
Hi everyone,

Hope My problem is new.. My requirement is in such a way that am
trying to upload a large .CSV file(14MB) to the server...


it works fine when we try to do the same on the server machine...( by
adding <httpRuntime maxRequestLength="42401" /> in web.config file)


but the same is not working when we trying to use the server instance
on the other machine..!!


I need ur advice to help me in this regard..!!... its very urgent!!


Thank you in advance.!!!!!


Suhasini

Standard question #1:
What do you mean by "not working"?
 
Standard question #1:
What do you mean by "not working"?

--
Göran Andersson
_____http://www.guffa.com- Hide quoted text -

- Show quoted text -

Hi,
thank you 4 ur response,,..
"Not working means..."

when we use the instance on the another machine the browser appears as
if the process is going on.. but after some time we observed that
nothing is happening(' nothing' means......its not even handling the
page load event..)

hope am clear abt my issue..!!

thank you..
 
Back
Top