Problem with XMLHttpRequest

See all posts See thread Reply

Re: Problem with XMLHttpRequest new!
by Ivo Reis, 11 years, 1 month ago
system information
- class version : 0.32
- operating system : WINNT
- PHP version : 5.3.17
- GD version : 2.0.34
- supported image types : png jpg gif bmp
- open_basedir : D:\Ivo_trabalhos\1_PHP
- upload_max_filesize : 2M (2097152 bytes)
- language : en_GB
source is a PHP stream ss_horoscopo_rexona_arroba.jpg
- this is a PHP stream, requires a temp file ... failedReply
Re: Problem with XMLHttpRequest new!
by colin, 11 years, 1 month ago
Check your permissions, and then it should workReply
Re: Problem with XMLHttpRequest new!
by Ivo Reis, 11 years, 1 month ago
already checked permissions
all work except the XMLHttpRequest
see link
http://www.softwaresgratis.com.br/temp/upload.gifReply
Re: Problem with XMLHttpRequest new!
by colin, 11 years, 1 month ago
In the code, above this line:
$this->error = $this->translate('temp_file');
Can you add the first line, as following:
$this->log .= '- ' . $hash;
$this->error = $this->translate('temp_file');

Then check that the filename displayed can be created.

As I said before, it should work on Windows, but I cannot support the class on this OS. I can't even test it on Windows...Reply
Re: Problem with XMLHttpRequest new!
by Ivo Reis, 11 years ago
I still could not make it work

I thought the page below would help me, but nothing works
http://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/

thank you very much for your attention, I believe that your class was the best of the web, but I'll have to try to find anotherReply