Re: Strange behaviour of ASP library



One thing I've noticed about file uploads is that different browsers on
different platforms send differing headers. For instance, I recently tested
Firefox vs. IE on a site with upload to ASP.NET, and the fileName parameter
sent by IE was a full path while Firefox sent just the filename, not the
full client path.

What sort of errors are you seeing, if any?


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.

"Marcin Zmyslowski" <marcinz@xxxxxxxxxxxx> wrote in message
news:ezGmyDSVFHA.3636@xxxxxxxxxxxxxxxxxxxxxxx
> Hello all!
>
>
> I have installed the library, I mean extra component, which is called
> "ASPSmartUpload". I use this component to upload gif files into the
> server. Unfortunately I have noticed that file uploading only works for
> Internet Explorer and Windows system. When my friend, who has unix
> system, tried to upload the file to the server, then it wasn`t being
> uploaded.
>
> I don`t know what it is going on, because this is very strange
> behaviour, because the Visual Basic code is interpretted on server-side,
> not client-side, so can you help me fix the problem? Is it possible that
> there is some error in the code?
>
> Thank you in advance
> Marcin from Poland
>
> *** Sent via Developersdex http://www.developersdex.com ***


.



Relevant Pages

  • Re: Firefox - Chrome
    ... Thanks David, very useful your help, now i can fix it...also i wish to all ... on the server. ... Perhaps produce new web files and upload them again. ... So please look this page with IE & Firefox and you will undertand what i ...
    (microsoft.public.publisher.webdesign)
  • Re: Firefox - Chrome
    ... together with the other files in the server in order to test it if works ... Perhaps produce new web files and upload them again. ... then your supporting image files should ... So please look this page with IE & Firefox and you will undertand what ...
    (microsoft.public.publisher.webdesign)
  • Re: HTML validators - are they reliable?
    ... display items mis-aligned on local machine (Firefox and ... IE) upload to server, looks fine when opened as a ... Something to do with HTTP headers perhaps. ...
    (alt.html)
  • very odd interaction between server and browsers
    ... I have this javascript that works fine in Firefox and IE when viewed from my window or Linux development servers. ... However when I upload it to the clients server it only works in Firefox. ... Gift Giving Made Easy ...
    (comp.lang.javascript)
  • How do I avoid ASP.NET session timeout from a httphandler?
    ... I have a HTTPHandler code that handles file uploads on a ASP.NET ... In case of large files, the upload is successful, ... the upload time is approaching the session timeout we tried to adjust ... the HttpApplication.Session.Timeout value expecting the server code to ...
    (microsoft.public.dotnet.framework.aspnet.security)