Help with fileupload control on discountasp website

Discussion in 'ASP.NET 2.0' started by [EEV]Yoda, Jan 3, 2007.

  1. Ok, a little update on this.

    It seems to be linked with file types and sizes. I can upload a 172kb text file, but it fails on a 24kb word file, 1kb gif file is ok, but a 24kb one fails?

    Any ideas?
     
  2. Ok, what am i doing wrong.

    I've a very basic page which uses the fileupload control in asp.net 2.0. On my localmachine the code works find and uploads the document into the correct folder. But, when i put this onto my discountasp webspace, when i click on upload it takes me to a page saying it can't find page? Doesn't seem to run anything? I've set the permissions of the anonymous username to read/write, what am i missing?

    Please help..
     
  3. Well have now fixed my problem but thought i'd share my results.


    we had a firewall on our office connection which had a setting
    Drop non-http connection on TCP port 80 (enabled)
    disabling that feature and everything worked how it should. But not sureby doing this i'm opening the connection for attacks :eek:S
     

Share This Page