PDF upload

See all posts See thread Reply

Re: PDF upload new!
by Rob, 17 years 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, 17 years 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, 11 years, 1 month ago
Hello

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