Greetings, guru!
There is a task to make uploading files up to 200mb to the site server (to the directory), implemented using Uploadify
, I made all the settings to increase the size of the uploaded file in the php settings and in the Uplodadify
settings Uplodadify
.
But when downloading a file of about 50 to 200 in size, IO Error
, and files up to 20 megabytes load normally, why? Help solve the problem ...
Or maybe give some uploader work ...
<script type="text/javascript"> <?php $timestamp = time();?> $(function() { $('#file_upload').uploadify({ 'fileSizeLimit' : '204MB', 'QueueSizeLimit' : 1 , 'buttonText' : 'Загрузить микс...', 'formData' : { 'author' : '<?php echo $author;?>', 'title' : '<?php echo $title;?>', 'time_m' : '<?php echo $time_m;?>', 'style' : '<?php echo $style;?>', 'quality' : '<?php echo $quality;?>', 'megab_mix' : '<?php echo $megab_mix;?>', 'tracklist' : '<?php echo $tracklist;?>', 'author_page' : '<?php echo $author_page;?>', 'email' : '<?php echo $email;?>', 'time_s' : '<?php echo $time_s;?>', 'unikkod' : '<?php echo $string;?>', 'timestamp' : '<?php echo $timestamp;?>', 'token' : '<?php echo md5('unique_salt' . $timestamp);?>' }, 'swf' : 'uploadify.swf', 'uploader' : 'uploadify.php', 'onQueueComplete' : function(queueData) { alert('Поздравляем! Загрузка завершена!'); } }); }); </script>
$_FILES[]["error"]
which code gives? - IndifferentlySecFilterEngine
in off? - Indifferently