PDF upload

See all posts See thread Reply

Re: PDF upload new!
by Rob, 16 years, 5 months ago
Also these are two lines of code i'm using
$handle = new Upload($file);
$handle->allowed = array('application/x-pdf', 
    'application/acrobat', 'applications/vnd.pdf',
    'text/pdf', 'text/x-pdf'); 

Many thanksReply
Re: PDF upload new!
by colin, 16 years, 5 months ago
Well, it is rather weird, because PHP hasn't received any file. So the class can't do much.

Does it do the same with any PDF documents?Reply
Re: PDF upload new!
by Sirius, 10 years, 6 months ago
Hello

please have look at this thread on github:
https://github.com/joomlaworks/k2/issues/54Reply
Re: PDF upload new!
by colin, 10 years, 6 months ago
Thank you, I have answered there.Reply