Hi all,
I am trying to make upload script, which should be able to work with files around 2O megs, but I keep getting the "Document contains no data." error after a short while when uploading the file. I found out that I need to set the "upload_max_filesize" and "post_max_size" in php.ini to higher values and use hidden input type in html form to set maximal size of uploaded files. I don't have access to the server, but thait is fine, I can use ini_set function. The problem is, that I also need to change something in the httpd.conf file. I tried to use .htacess file, but it is not permited on that machine. Don't anybody know any other way how to manage it?
thanks a lot,
Muadar