RE: [PHP] $_FILES empty, trouble with uploading

2009-03-05 Thread Karl St-Jacques
yes,I agree with Ash ,you can test it on a local testing server or the other server. if it work ,then you can sure it's environment problem. 2009-03-05 zhoo 发件人: Ashley Sheridan 发送时间: 2009-03-05 04:10:02 收件人: Karl St-Jacques 抄送: php-general 主题: Re: [PHP] $_FILES empty

[PHP] $_FILES empty, trouble with uploading

2009-03-04 Thread Karl St-Jacques
Hello people. I have some trouble with an upload script. It was working until the last 2 weeks. Whenever I tried to upload a file to a remote server, the $_FILES array is empty. I print global at start of the script there's nothing. Here's the form form

RE: [PHP] trouble uploading more than 500 bytes...

2008-10-12 Thread Karl St-Jacques
Hello, I have trouble uploading files to a server. Actually I can't upload more than 500 bytes or so.Here's a quick print_r of the $_FILES [_FILES] = Array( [avatar] = Array ( [name] = index.html [type] = text/html [tmp_name] = /tmp/phpRbmXK5 [error] = 0 [size] = 505 ))

[PHP] trouble uploading more than 500 bytes...

2008-10-11 Thread Karl St-Jacques
Hello, I have trouble uploading files to a server. Actually I can't upload more than 500 bytes or so. Here's a quick print_r of the $_FILES [_FILES] = Array( [avatar] = Array ([name] = index.html[type] = text/html[tmp_name] = /tmp/phpRbmXK5[error] = 0[size] = 505