Re: [PHP] Question on PDF upload

2004-03-19 Thread Jeffrey Lee
t mention about the file size of that pdf. > It's less than 1MB 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: &quo

[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 we

Re: [PHP] Question on PDF upload

2004-03-11 Thread Jeffrey Lee
From: "Raditha 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

[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 All files (PDF, xls) are able to be uploaded properly. And these can be viewed in browser.