Re: [PHP] Transparent image resizing using php 4.4.x

2007-06-10 Thread Sukhwinder Singh
But I think I have already and it didn't work. But I'll let you know after trying again. Sukhwinder Singh - Original Message - From: "tedd" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]>; Sent: Sunday, June 10, 2007 10:08 PM Subj

[PHP] Transparent image resizing using php 4.4.x

2007-06-09 Thread Sukhwinder Singh
ite lines/dots in it. Some pixel is transparent and some it isn't. I have no knowedge about image manuplation like alpha channels etc. Could anyone please provide me a solution which works using php 4.4.x Sukhwinder Singh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
B. I also commened about it earlier but was referred to php manual. The manual says that yes, and I head read it myself but didn't increase the memonry and it still worked Sukhwinder Singh - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: &quo

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
as one hour. Even though time of around 6 minutes should be enough to do the move_uploaded_file and update database but set_time_limit had no effect. Any guess upgrading to php 5.2.1 on mandriva will solve problem as it already has apache 2.2.3? Sukhwinder Singh - Original Message -

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
- Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]> Cc: "Jim Moseby" <[EMAIL PROTECTED]>; ; "Stut" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2007 11:32 PM Subject: R

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
think. Yes it is. I had tried setting it using ini_set and also set_time_limit didn't take into consideration any. ini_set('max_execution_time ', 216000); set_time_limit(216000); I had to change in php.ini and it seems to work. Sukhwinder Singh - Original Message -

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
#x27;s upload limit of 1.99 gb to php internal mailing list. Definitely worth doing, but don't be surprised if you get the same reaction. Yes I expect the same response :-). "Don't upload 4 gb files over http" Thank you very much Stut! - Original Message - From: &quo

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
bscribe.aspx which claim unlimited upload size. I assume they are using custom activex controls. Looks like I have to post that php's upload limit of 1.99 gb to php internal mailing list. Thanks again, Sukhwinder Singh . - Original Message - From: "Stut" <[EMAIL

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Sukhwinder Singh
it has to be custom made as this kind of solution doesn't seem to already exit. A solution where some applet etc. only passes that information to php which is needed to move the file and update the database. Thanks, Sukhwinder Singh - Original Message - From: "Jim Moseby&qu

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
ne not so expensive and which overcomes this php's 1.99 gb limit. Sukwhinder Singh - Original Message - From: "Abdullah Ramazanoglu" <[EMAIL PROTECTED]> To: Sent: Friday, June 08, 2007 3:37 AM Subject: [PHP] Re: File Upload - post_max_size and upload_max_filesize in

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
E:\projects\ice\post_test.php on line 13 File0 is the first file in $_FILES array, as POST fails I don't get that array. I uploaded a 48 MB file and it worked without any problem. Sukhwinder Singh - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "Sukhwi

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
w. Thanks for replying. Sukhwinder Singh - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]> Cc: Sent: Friday, June 08, 2007 1:28 AM Subject: Re: [PHP] File Upload - post_max_size and upload_max_filesize in G

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
php will get it in $_FILES array it seems (in case of japplet). so the problem will remain. - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]> Cc: Sent: Thursday, June 07, 2007 8:56 PM Subject: Re: [PHP]

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
I would hazard a guess that you're overflowing a signed 32-bit int by specifying 4gig, but I could be wrong. It's certainly not the issue. Yes you are right. That is what is happening. Sukhwinder Singh - Original Message - From: "Stut" <[EMAIL PROTECTED]&

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
pass other information to update the database to associate that file with some user etc. What kind of ftp method you are suggesting? Sukhwinder Singh - Original Message - From: "jose javier parra sanchez" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMA

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
also have to update database to associate that file with some user etc. It needs to be web based. Sukhwinder Singh - Original Message - From: "Jim Moseby" <[EMAIL PROTECTED]> To: "'Sukhwinder Singh'" <[EMAIL PROTECTED]>; Sent: Thursday, June

Re: [PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
. Any utility which allows this? Thanks, Sukhwinder Singh - Original Message - From: "Stut" <[EMAIL PROTECTED]> To: "Sukhwinder Singh" <[EMAIL PROTECTED]> Cc: Sent: Thursday, June 07, 2007 8:35 PM Subject: Re: [PHP] File Upload - post_max_size

[PHP] File Upload - post_max_size and upload_max_filesize in GBs

2007-06-07 Thread Sukhwinder Singh
allow uploading of 4 GB files. Is there any solution. Regards, Sukhwinder Singh

[PHP] xslt extension unable to find files on windows 95

2002-05-24 Thread Sukhwinder Singh
Hello, I am using php 4.2.0 and apache 2.0 on win95. I am facing some problems with xslt extension. Nobody replied at [EMAIL PROTECTED] Problem is that xslt processor is unable to find the xml and xsl files. Files are in the same directory as the php file and document_root is e:\wwwroot\newsite.

[PHP] xslt extension unable to find files (Php 4.2.0, Windows 95)

2002-05-23 Thread Sukhwinder Singh
ning: Sablotron error on line 1: unknown encoding '' in E:\web\newsite\transxml.php on line 22 Some error occured Error is: unknown encoding '' Error number is: 66 But there is no encoding problem etc. because it created output file when files were copied to d:\ as mentioned above. Sukhwinder Singh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php