Current Page: 1 of 1
Results 1 - 7 of 7
15 years ago
songthit
Hello! Now i am ok. I changed my.ini ( mysql configuration ). Now every thing is ok. Thanks for all.
Forum: WampServer English
15 years ago
songthit
When I upload less than 1mb file, every thing is ok. But if the files is more than 1mb, i have problem. I changed php configuration. But not ok. Please look php upload script and php configuration. <html> <head> <title>Upload File To MySQL Database</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style ty
Forum: WampServer English
15 years ago
songthit
<html> <head> <title>Upload File To MySQL Database</title> </head> <body> <? if(isset($_POST['upload'])) { $fileName = $_FILES['userfile']['name']; $tmpName = $_FILES['userfile']['tmp_name']; $fileSize = $_FILES['userfile']['size']; $fileType = $_FILES['userfile']['type']; $fp = fopen($tmpName, 'r'); $content = fread($fp, $fil
Forum: WampServer English
15 years ago
songthit
Sorry Please Open php.ini and change to short_open_tag=on
Forum: WampServer English
15 years ago
songthit
<?...?> php tag is informal style. To work with this tag you must change php configuration. Open my.ini and change to short_open_tag=on
Forum: WampServer English
15 years ago
songthit
Thanks for reply! my table is: id_files tinyint(3) bin_data mediumblob description tinytext filename varchar(50) filesize varchar(50) filetype varchar(50) I upload files from phpmyadmin. please help me!
Forum: WampServer English
15 years ago
songthit
I want to upload pdf files to MySQL server. I can upload less than 1mb. But, When I upload file that is more than 1mb, phpmyadmin displays error message (#error 2006 MySQL server has gone away). Next: I want to now what configuration files is the main files. I found more than one. Please replay. Sorry for my English.
Forum: WampServer English
Current Page: 1 of 1