Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
fix lack of CRs in some sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Apr 18, 2013
1 parent 196f338 commit e810c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Frequently Asked Questions (FAQ) ##
**Q**: I'm using FineUploaderBasic mode, but I don't want to write my own code to handle dropped files and folders. Can
I use the DnD module used by FineUploader mode?
I use the DnD module used by FineUploader mode?
**A**: Certainly, and it's quite easy to do so! Head on over to the [DnD Module Documentation](drag-and-drop.md) for more information.

**Q**: In IE, when my server returns its response to an upload request, I see a "Save As..." dialog box on the client. What am I doing wrong?
**Q**: In IE, when my server returns its response to an upload request, I see a "Save As..." dialog box on the client. What am I doing wrong?
**A**: Your server's response content-type MUST be "text/plain". IE does not handle the "application/json" mime-type. You have
probably read advice from others that claim "text/html" is also safe. This is not always true. You will run into problems with a content-type
of "text/html" if your JSON response contains HTML.
Expand Down

0 comments on commit e810c46

Please sign in to comment.