-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem On IE6 and fire fox 3.6.18 #1
Comments
IE6 isn't directly supported, but I'll take a look when I can get a few hours to build a VM image. |
Chould you please take a look at F.F 3.6.18? |
Upload in current version seems to work under IE6; Delete button not working. |
The delete button doesn't work in IE, in Chrome get the script error Found this upon google. This may help, but I am testing the page locally and the domain is same. |
While digging in the Main Demo scripts, found that only POST and GET are allowed by the jQuey ajax API. delete_url = HandlerPath + "FileTransferHandler.ashx?f=" + fileName + "&action=delete"; And then catch this POST back in FileTransferHandler class in HandleMethod like this: case "POST":
This solved the Delete issue for me. Thanks & Regards, |
Dear Friends,
I have a problem using this component. When I use this component on F.F, chrome and IE7+ , everything works as they should work.
The problem is when I use IE6 , and upload a file with the button, this error will shown on the page:
Error: Invalid JSON: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. Invalid at the top level of the document. Error processing resource 'http://localhost:56160/Upload.ashx'. Line 1, Positio...[{"thumbnail_url":"Thumbnail.ashx?f=cpuz_readme.txt","name":"cpuz_readme.txt","url":"Upload.ashx?f=cpuz_readme.txt","size":...
The file Already uploaded to the site but the error that has shown to user makes every thing wrong...:(
The text was updated successfully, but these errors were encountered: