Re: [PHP] Question on PDF upload

2004-03-19 Thread Jeffrey Lee
and I have checked my php.ini that it allows post_max_size = 8M. So, in my little knowledge, I think it's alright. Thanks for your help. Jeffrey - Original Message - From: Raditha Dissanayake [EMAIL PROTECTED] To: Jeffrey Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

[PHP] Re: [Q] PHP code embedded in html files - What happens?

2004-03-14 Thread Jeffrey Lee
Hi Michael, In my understanding, web server will involve php interpreter when the file extension is specify. Say, if a web server is configured to involve php interpreter when the extension is php, then when the request file is php, the php file's content will be interpreted. So, I think your

[PHP] Question on PDF upload

2004-03-11 Thread Jeffrey Lee
Hi all, I am new to this newsgroup, hello all! I've written a script for my collueages to upload PDF file to the web server (apache 2.0.40). I do it via a http form submit. Here's the form tag of it form name=fileUpload enctype=multipart/form-data action=upload.php method=POST onSubmit=return

Re: [PHP] Question on PDF upload

2004-03-11 Thread Jeffrey Lee
Dissanayake [EMAIL PROTECTED] To: Jeffrey Lee [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 6:06 PM Subject: Re: [PHP] Question on PDF upload ifIf you can view the file in your reader (before uploading) , the most likely that you have exceeded the upload limit or something