We are porting a web application developed on Visual
Studio .NET 2003 (obviously on microsoft Windows environment).
Copying through ftp all files from Windows on Linux, because
probably files are in ISO-8859-1 encoding on windows, same files encoding is
retained on linux filesystem. For ap
Hi Juraj, the patch works fines, we'll execute some additional tests to
validate the code. Can you tell me in which mono daily package we'll find the
patch ?
-Messaggio originale-
Da: Juraj Skripsky [mailto:[EMAIL PROTECTED]
Inviato: martedì 4 luglio 2006 21.29
A: subscri
: giovedì 29 giugno 2006 21.44
A: mono-devel-list@lists.ximian.com
Oggetto: Re: [Mono-dev] Transfer-Encoding: chunked + Connection: close
On Tue, 2006-06-27 at 18:41 +0200, subscription.sapi wrote:
> We have problem to retrieve an attachment from a Web Page. We use the
> followin
behaviour with IIS and Apache+Mono ?
and more, why different behaviour with Internet Explorer and Firefox ?
Thank you.
-Messaggio originale-
Da: Kornél Pál [mailto:[EMAIL PROTECTED]
Inviato: martedì 27 giugno 2006 19.17
A: subscription.sapi; mono-devel-list@lists.ximian.com
Oggetto: Re: [Mono
We have problem to retrieve an attachment from a Web
Page. We use the following code:
Response.ClearContent();
Response.ClearHeaders();
Response.Clear();
Response.ContentType=ContentType;
Response.AppendHeader("content-disposition",
"filename="
+ NomeAllegatoOriginale);
Response.B
to di Robert Jordan
Inviato: lunedì 26 giugno 2006 18.27
A: mono-devel-list@lists.ximian.com
Oggetto: Re: [Mono-dev] R: System.IO.Path: inconsistent paths fromWindowsclients
subscription.sapi wrote:
> Yes. We'are porting a WEB application from windows to linux+mono.
>
> Yes, on
Robert Jordan
Inviato: lunedì 26 giugno 2006 17.42
A: mono-devel-list@lists.ximian.com
Oggetto: Re: [Mono-dev] System.IO.Path: inconsistent paths from Windowsclients
subscription.sapi wrote:
> I've different behavior in ms.net framework and mono framework
when I
> use methods in "S
Cazzato
A.P.Systems srl
via Milano 89/91, ang. via Cimarosa
20013 Magenta (MI)
Tel: +39 02 972261
Fax: +39 02 97226339
Mobile: +39 348 2200850
E-Mail: [EMAIL PROTECTED]
http://www.apsystems.it
-Messaggio originale-
Da: Kornél Pál [mailto:[EMAIL PROTECTED]
Inviato: lunedì 26 giugno 200
I’ve different behavior in ms.net framework and
mono framework when I use methods in “System.IO.Path” class.
Test Case Description:
Microsoft .net
framework:
Input path: D:\R&D\doc\jd\StandardJD.doc
Output path:
Path.GetFileName
StandardJD.doc
Path.