Suggestions to upload image using jQuery ajax
问题 I have a form that has 3 inputs: [1] text input field for a status update [2] file upload (for a picture) [3] text input field for attaching a link The user toggles between each one depending on what they want to do. For example when choosing [2], inputs [1] and [3] are hidden. All of these inputs are contained within a single form with id posts_form . Options [1] and [3] post via Ajax to different controllers. My problem now is with option [2] because it is not possible to upload images