Re: file uploader

2009-08-03 Thread Randal L. Schwartz
> "Octavian" == Octavian Rasnita writes: Octavian> But if you say that Apache is the one that cause the problem, can I Octavian> change some settings in order to make it able to handle big file Octavian> uploads? (Or it has a hard-coded limitation?) You don't want to do that. You really do

Re: file uploader

2009-08-03 Thread Octavian Rasnita
From: "Randal L. Schwartz" "Octavian" == Octavian Râşniţă writes: Octavian> I was recommended that I shouldn't upload such big files using HTTP, Octavian> but it would be an easier solution if it would be possible, and I Octavian> would like to be able to use HTTP for uploading files up to

Re: file uploader

2009-08-03 Thread Randal L. Schwartz
> "Octavian" == Octavian Râşniţă writes: Octavian> I was recommended that I shouldn't upload such big files using HTTP, Octavian> but it would be an easier solution if it would be possible, and I Octavian> would like to be able to use HTTP for uploading files up to 2 GB. Apache (rightfully)

Re: file uploader

2009-08-02 Thread Octavian Râşniţă
From: "Gunnar Hjalmarsson" Octavian Râşniţă wrote: Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a program on a server. I've searched for a module on C

Re: file uploader

2009-08-02 Thread Octavian Râşniţă
From: "Dermot" 2009/8/2 Octavian Râşniţă : From: "Shawn H. Corey" Octavian Râşniţă wrote: Hi, Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a

Re: file uploader

2009-08-02 Thread Gunnar Hjalmarsson
Octavian Râşniţă wrote: Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a program on a server. I've searched for a module on CPAN that can do this easier, set the HTT

Re: file uploader

2009-08-02 Thread Dermot
2009/8/2 Octavian Râşniţă : > From: "Shawn H. Corey" >> >> Octavian Râşniţă wrote: >>> >>> Hi, >>> >>> Due to the file size limitations of the common browsers like IE or >>> Firefox, I wanted to create a file uploader that doe

Re: file uploader

2009-08-02 Thread Octavian Râşniţă
From: "Shawn H. Corey" Octavian Râşniţă wrote: Hi, Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a program on a server. I've searched for a module on C

Re: file uploader

2009-08-02 Thread Shawn H. Corey
Octavian Râşniţă wrote: Hi, Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a program on a server. I've searched for a module on CPAN that can do this easier, se

file uploader

2009-08-02 Thread Octavian Râşniţă
Hi, Due to the file size limitations of the common browsers like IE or Firefox, I wanted to create a file uploader that doesn't use a browser, but just posts a file to a program on a server. I've searched for a module on CPAN that can do this easier, set the HTTP headers automati