Hi everybody, I'm a newcomer in PHP programming (using EasyPhp 1.6 on Win Xp) and I have a problem when I want to store some Video files in a LongBlob on MySql. In fact, when I read the binary file and when it's a JPEG : no problem, but when I read a very heavy file (like video approx 30 Mb), MySql can't store it but it's on memory b'cause I can write it on my hardrive. Is this problem due to a limitation variable in MySql or EasyPhp 1.6 ? I check all variables in PHP.INI and change their to a maximum value (MAX DOWNLOAD an TIME EXECUTION SCRIPT, and the others). Thank you for your help.