hey,
the same code was running perfectly on a dedicated server same hosting any more ideas???
is it because of security reasons the .exe files dont have Read&Execute permissions for the IUSR_servername anonymous account ???
arden
hi guys,
been working on a dedicated server and i've just moved to a shared server.
ive got ffmpeg installed but i keep getting
this errors
Warning: exec() [function.exec]: Unable to fork [ffmpeg -y -i /kiq_video/18.mov -vframes 1 -ss 00:00:03 -an -vcodec png -f rawvideo -s 400x220...
don't know if its about timing out. it works ok with smaller files less than 2m but sends warnings with large files that wont be moved from the /temp folder.
i have simplified the code with no log in management
session.gc.maxlifetime = 10800
---form----
<form action="upload_w_u.php" method="post" enctype="multipart/form-data">
<table style="width: 90%;" align="center" border="0" width="90%">
<tbody>...
yes am sure. whats happening is that this code works when it wants to with files less than 2m after about 10 tries and the file is actually moved to the archif_video/ subdirectory form the temp file.
files less than 100m are uploaded in the temp file but just wont be moved.
i have changed...
hey
that was actually an 8000kb file i was uploading so i had the whole file uploaded.
heres the code
<?php
//require_once("unameProtection.php");//check log in status
// Include the database details, and make a connection
require_once("checklogin_code.php");//check log in status
include...
am trying to upload movie files of about 50m to my website
this is my php ini file settings --- http://www.archiform3d.com/php_info.php
upload_max_filesize 100M 100M
max_execution_time 200 200
max_input_time 200 200
memory_limit 256M 256M...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.