PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.5.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/)
-   -   why isnt my video uploading (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/122811-why-isnt-my-video-uploading.html)

threatrr February 4th, 2006 08:43 PM

why isnt my video uploading
 
I keep getting invalid file type. The file is a 3 mb .wmv file and I have it set to 20mb In admin cp. Am I doing something wrong? I searched the forums for the answers but nothing came up that I saw. I had vb gallery before on my old site and it worked fine. Am I missing a hack for this?

Chuck S February 9th, 2006 10:55 AM

Is .wmv in your allowable file extention types in admin?

Also check your php info to see what your max uploadable filesize is set to in PHP

Your not going to be able to upload a 3mb file if your max file uploable size is 2mb on a default PHP install.

threatrr February 9th, 2006 07:01 PM

yes its set to 25mb, where is the php.ini?

0ptima February 9th, 2006 09:13 PM

Here is my php.ini, which I placed in my gallery's root folder

upload_max_filesize = 20M;
max_execution_time = 60;
max_input_time = 60;

Chuck S February 9th, 2006 10:26 PM

threatrr you have a link to phpinfo?

Did you also remember to set the limit of the attachments in the attachment manager etc.

threatrr February 11th, 2006 11:12 AM

Chuck I'm fairly new to this, what is the php ini? I have been searching the forums but I'm about ready to pay someone.

Chuck S February 11th, 2006 11:13 AM

It is a file you can make called phpinfo.php with this contents. You can upload it to your server and it shows your php settings

Code:

Content visible to verified customers only.

threatrr February 11th, 2006 11:21 AM

Ok I was editing the gallery extensions and not the attatchment ones.. I hope this works

threatrr February 11th, 2006 11:36 AM

still says invalid file type...I been trying to fix this for a week straight...

i got the attatchment for a wmv file at 25mb and the file i want is 3mb

threatrr February 11th, 2006 11:39 AM

CHUCK here is php info link

http://www.coruffryders.com/gallery/phpinfo.php

it says max up load 2 mb? what gives? how i change that?

Chuck S February 11th, 2006 12:16 PM

You can not upload an image larger than 2mb period. That is unless you have access to edit php settings on the server. If you do not have a vds or dedicated server then you can not edit it. You can try asking your host to raise the max upload size

wmv uploads work fine if the extention is in the allowed types in gallery admin. I have a clean install of the gallery on a test site

http://omegatron.net/vbgallery/showimage.php?i=17&c=4

threatrr February 11th, 2006 12:19 PM

ok I'm goign to call the hosting company now. I can edit the files on my server, but which file is that? or where is this so called php.ini at?

Zachariah February 11th, 2006 12:36 PM

php.ini


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

- set to 60 megs ?

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

threatrr February 11th, 2006 12:38 PM

Zach where do I edit this file at? I'm looking at my server files now

Zachariah February 11th, 2006 12:41 PM

Quote:

Originally Posted by threatrr
Zach where do I edit this file at? I'm looking at my server files now

Info found in post 10 :)

Configuration File (php.ini) Path
/usr/local/Zend/etc/php.ini

amagab August 17th, 2007 07:00 PM

I am getting the invalid file when I try to upload a 3mb AVI file. I checked my etc/ folder on my server and there is nothing in there. Why can't I upload?

Thanks!

amagab August 18th, 2007 02:40 PM

Quote:

Originally Posted by amagab (Post 1202727)
I am getting the invalid file when I try to upload a 3mb AVI file. I checked my etc/ folder on my server and there is nothing in there. Why can't I upload?

Thanks!

I fixed it. I just had to log in to my server as root.


All times are GMT -5. The time now is 06:26 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97