-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
IE 8 problem #212
Comments
FAQ - second question. |
Sorry but I change all entry header('Content-type: application/jason');" to text/plain in upload.php, but problem is still here! Why with last version grow up this problam that I never meet before? Can u help me? |
With the example code there is no need to adjust any headers. I've just ran the tests again with IE8 and the example code as well as the demo page and could not reproduce such issues. |
I downloaded your last version blueimp-jQuery-File-Upload-00d4b70.zip and I still have the problem. I delete all temporary internet file but upload.php download is pop uped. |
You only have this problem on IE8? Are you running it on a PHP5-enabled server? |
Only on IE8 i get problem Before latest release all browser worked good.When application.js was in this manner /*global $ */ $(function () { Only with last release i get this issue. /*global $ */ $(function () {
}); There are other significant change? |
Of course more than application.js has changed. That's why I asked if you tested with a completely unmodified download package. That is, download => extract => upload the complete folder to your server and visit the example directory with your browser to test. |
I try last version On remote server too and i get same problem with ie 8 |
I just uploaded some files on your given link with IE8 and there seem to be no problems. |
I don't understand what happen every time I try to upload a file, a pop up download window appear. After file is on the server but i get this pop up :( grrrrrrrrrrrrrrr the content of upload.php is {"name":"1877144PHOTO.jpg","size":13733,"type":"image/pjpeg","url":"/blue/example/files/1877144PHOTO.jpg","thumbnail":"/blue/example/thumbnails/1877144PHOTO.jpg"} |
Well, from my tests, the example seems to be running fine on your server, also when tested with IE8. |
I try all that u say, delete all files all cache and restart and re-try but notthing problem persist I surrender! |
OK, since I could not reproduce any issues with IE8 with the example code, the demo or even on the uploaded example that you linked to, I will close this issue. |
I've the same problem with IE, I tested the page Manolo2 and it makes me also... |
But no problem with the demo http://aquantum-demo.appspot.com/file-upload |
i have the same problem! |
I updated to i.e 9 and now it works! |
Yes of course but porblem still remain for IE 8 |
I've just updated the provided PHP Upload Handler example with the following changes:
I suspect this issue might have something to do with proxy caching or generally with caching and hopefully, these new settings will fix the IE8 download dialog issue some users experience. |
Tnx bluimp I'll try it soon |
Hi, I have same problem in
but my win7+ie8 is totally fine, |
Hi bluimp I have same issue on ie 8. If I upload a file I get save as dialog of "upload.php" file.. |
I tested the new version 5.0 but there is always the same problem with ie7 and ie8. I don't understand because the demo http://aquantum-demo.appspot.com/file-upload works perfectly. |
I would be glad if you could find the source of this issue and provide a solution for other users with the same problem. |
The problem is in upload.php file. I substitue an older version of upload.php in this new release and it work, so there is something that u change in upload.php that don't work well, maybe different manner of jason call that u do in the last release of upload.php file. |
Can you give me the old version upload.php, let me check if I got same result? |
yes give me your contact |
Manolo2, |
i resend complete older version |
i have the same problem! java IE8 |
Itry the new code on firefox and all go well, but if i try to upload a file on ie 8 a pop up show out asking me to download upload.php file. Anyone know why?
The text was updated successfully, but these errors were encountered: