Page 1 of 1

videos in post not working

PostPosted: Tue Sep 06, 2005 5:48 pm
Author: mrbud
Ok,

I'm trying to upload ( both via attachments and video url ) into a post, but can't seem to get either working. I'm not sure if I'm doing something wrong or if the Infusion template has a bug. Any advise would be helpful. The file I'm trying to upload is less than what I have Maximum set to. I've also had problems uploading things into the downloads area ( not the same file )

Helter, I have also found some more images that are missing. Will get more info to you later.

Thanks in advance,
MrBud

Re: videos in post not working

PostPosted: Tue Sep 06, 2005 10:58 pm
Author: Helter
check your max upload size in your php.ini
I think it default size is around 3-4 megs, but i dont remember. I set mine to 20 megs.

Re: videos in post not working

PostPosted: Wed Sep 07, 2005 3:34 pm
Author: mrbud
well that's the thing. I can't seem to find PHP.INI anywhere. I have found one about max_filesize or something to that nature, but don't remember where I found it (LOL). Any ideas????
Lost
MrBud

Re: videos in post not working

PostPosted: Wed Sep 07, 2005 4:40 pm
Author: Helter
that depends on your operating system. Mine is linux and my php.ini is in root/etc/php.ini
the dl section should look similar to this


;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 20M