[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] PHP upload on RAQ4



I'm having problem uploading files to my RAQ server using PHP. It works fine
on my Redhat tester.

The tmp_file is none.  This is pobably an access issue.

My PHP settings are:
version:  4.1.2
file_uploads: 1
upload_max_filesize:  2097152
upload_tmp_dir: /tmp

When I upload
----------- html --------------
<form enctype="multipart/form-data" action="upload.php" method=post>
  Upload this file: <input name="myfile" type="file">
  <input type="submit" value="Send">
</form>
------------- html ------------
$myfile = none  /* no upload toRAQ server */
$myfile_name = test.txt
$myfile_size = 0 bytes
$myfile_type = text/plain


Thankx

------
Kham







---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004