Hey all, I’v decided to host ANYONES Blender related stuff no registration BS just point and click your way! if i need to up the file size i will right now its at 100 mb! and the extentions allowed are :
Hello, I’ve tried several times with several different names, but I’m getting the same error that bugman_2000 posted several posts ago. The website doesn’t list any specific error message, and only lists:
name : napguidesmall.avi
type :
tmp_name :
error : 1
size : 0
The file was ~2.2 MB, but other files I tried gave the same result. Thanks.
I’m using Windows XP and have tried uploading the file using IE and Firefox, and I have tried it with IE on another computer with a different Internet connection (trying to upload the same files). The results were the same in all cases, so I looked through the File Upload Manager PHP code that is being used on the site. The error listed in my earlier post appears to be generated by:
foreach($_FILES[fileupload] as $key=>$value)
{
echo"<font color=\"#3399FF\">$key</font> : $value
";
}
Which then lead me to an entry in the PHP Manual that says when ‘error’ is showing a ‘1’ that “The uploaded file exceeds the upload_max_filesize directive in php.ini.”; and according to another entry that setting defaults to 2 MB. All of the files I’ve tried have been over 2 MB, and the files that seem new in the list seem to be less than 2 MB. There are files in the list that are over 2MB (only 2 files though), but I’m wondering if the php.ini script was somehow changed or reset some time ago back to the default setting, which would prevent anyone from now uploading a file greater than 2MB.
So, in summary, if anyone that has access to the server’s files is reading this, there may be a problem with what php.ini has for “upload_max_filesize”, and setting it to a higher value may be what is needed to allow larger files to be uploaded. Thanks!
w0w thanks alot! all contact the server admin about this. and also i’m going to be setting up a new domain name and making a new layout for the uploader also going to setting up public FTP that only allows the file types. so people can upload larger things, faster! Thanks to everyone who uses the service. cuz of you i’ll be keeping it up and probly extending to to other highspeed servers!