Problem with XMLHttpRequest

See all posts See thread Reply

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