Advanced Multi Uploader Support Product Page
Solved
File upload fails after reporting 100%
Reported 11 Aug 2014 23:22:27
1
has this problem
11 Aug 2014 23:22:27 Marvin Soto posted:
File upload fails after reporting 100%. This happens when trying to upload any file.
Test Page. www.cinetrix.tv/archivos/prueba.php
This video shows the bug www.cinetrix.tv/archivos/error.mp4
Thanks in advance for your help.
Marvin Soto
Replies
Replied 12 Aug 2014 08:58:24
12 Aug 2014 08:58:24 Teodor Kuduschiev replied:
Hello Marvin,
There is some kind of redirection on your page. Please remove any redirections set in Pure PHP Upload settings.
There is some kind of redirection on your page. Please remove any redirections set in Pure PHP Upload settings.
Replied 12 Aug 2014 17:18:57
12 Aug 2014 17:18:57 Marvin Soto replied:
Hi Teodor,
I have no redirect to my page.
Retest on another page, but I still have the same problem.
Sample page: www.videotostador.com/prueba.php
I have no redirect to my page.
Retest on another page, but I still have the same problem.
Sample page: www.videotostador.com/prueba.php
Replied 13 Aug 2014 08:32:03
13 Aug 2014 08:32:03 Teodor Kuduschiev replied:
The response from your page is 302. Which means there IS a redirect set, either on your server config, or some kind of .htaccess restriction/redirect.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="/mod_sec.html">here</a>.</p> </body></html>