Re: [PHP] Managing upload files in multiple servers(pawns)

2005-12-31 Thread Srinadh Sannidhanam
, S.Srinadh. On 12/31/05, Duncan Hill <[EMAIL PROTECTED]> wrote: > > On Saturday 31 December 2005 02:06, Srinadh Sannidhanam wrote: > > Hi All, > > > > We have a site in php and two web servers(pawns) to balance the load. > > There is a page in the site

[PHP] Managing upload files in multiple servers(pawns)

2005-12-30 Thread Srinadh Sannidhanam
Hi All, We have a site in php and two web servers(pawns) to balance the load. There is a page in the site through which user can upload images. When a user uploads an image, the request goes to only one of the two servers. So the image will be uploaded to only one server. How can we copy that im

Re: [PHP] Can I use $_REQUEST for file uploads?

2005-04-22 Thread Srinadh Sannidhanam
s, S.Srinadh. On 4/22/05, Richard Lynch <[EMAIL PROTECTED]> wrote: > On Thu, April 21, 2005 12:48 pm, Srinadh Sannidhanam said: > > Hi > > When I use $_REQUEST for accessing files uploaded, it is working > > fine in PHP PHP 4.3.10. > > But it is not working in P

[PHP] Can I use $_REQUEST for file uploads?

2005-04-21 Thread Srinadh Sannidhanam
Hi When I use $_REQUEST for accessing files uploaded, it is working fine in PHP PHP 4.3.10. But it is not working in PHP 4.3.4. $_FILES working in both the versions. Can I use $_REQUEST in PHP 4.3.10 also? Do I need to change any configuration in php.ini? server is Apache/2.0.49 Please help me

[PHP] Need help in mail and instant messenger source

2005-04-21 Thread Srinadh Sannidhanam
Hi, Please send me if you know any open source sites for "Instant Messenger" and "Mail Package" applications in PHP. I found some, but not so good. Thnaks in advance. --srinadh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session in two servers

2005-04-01 Thread Srinadh Sannidhanam
e- > > From: Srinadh Sannidhanam [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 01, 2005 2:59 PM > > > Hi, > > I am using sessions in my web application which is installed in two > > pawns. So the request is randomly picked by one of the two servers. I > &

[PHP] Session in two servers

2005-04-01 Thread Srinadh Sannidhanam
Hi, I am using sessions in my web application which is installed in two pawns. So the request is randomly picked by one of the two servers. I am using files in php session but not database. My problem is, if the first request go to one server and the session is created there, then for the followin

Re: [PHP] Problem configuring mhash

2005-02-28 Thread Srinadh Sannidhanam
d I look for? RPM or any other? Please help me in this regard. I need this urgenlty. Thanks again, --srinadh Srinadh Sannidhanam wrote: > I am trying to configure mhash. I installed mhash. But I found that I > have to compile php with > --with-mhash option. But I am unable to found configu

[PHP] Problem configuring mhash

2005-02-28 Thread Srinadh Sannidhanam
Hi I am trying to configure mhash. I installed mhash. But I found that I have to compile php with --with-mhash option. But I am unable to found configure command corresponding to PHP. Where can I found that. Are there any other ways to configure the same. Can't I configure that in php.ini fil

Re: [PHP] how to increase maximum upload file size

2005-02-25 Thread Srinadh Sannidhanam
2M. I successfully uploaded a file with size 13M . --Srinadh Bret Hughes <[EMAIL PROTECTED]> wrote: On Thu, 2005-02-24 at 06:32, Srinadh Sannidhanam wrote: > Hi, > In my application I need to allow the user to upload a file with size more > than 2M. > I came to know that by default

[PHP] how to increase maximum upload file size

2005-02-24 Thread Srinadh Sannidhanam
Hi, In my application I need to allow the user to upload a file with size more than 2M. I came to know that by default php will allow only 2M. How can change it. I changed, that in php.ini file and restarted apache. but still not working. How to solve this problem? Thanks, Srinadh