Re: [PHP] Question on PDF upload

2004-03-20 Thread Raditha Dissanayake
Finally, may I ask a question? In my case, all of the PDFs that generated from MS Word + Acrobat can be upload with the content-length=512KB, but the PDFs generated from PageMaker, its content-length is greater than 512KB, why the content-lengths are different? Probably because they use two di

Re: [PHP] Question on PDF upload

2004-03-19 Thread Jeffrey Lee
t;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

Re: [PHP] Question on PDF upload

2004-03-11 Thread Tom Dangler
for your help. > >Jeffrey > >- Original Message - >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

Re: [PHP] Question on PDF upload

2004-03-11 Thread Raditha Dissanayake
TECTED]> 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 related to that. hope you find the artilce at http://www.radinks.com/u

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

Re: [PHP] Question on PDF upload

2004-03-11 Thread Raditha Dissanayake
ifIf you can view the file in your reader (before uploading) , the most likely that you have exceeded the upload limit or something related to that. hope you find the artilce at http://www.radinks.com/upload/config.php usefull in configuring your php to handle large uploads. All the baest Jef

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