[removed] Upload file

前端 未结 2 908
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 14:53

Let\'s say I have this element on the page:


This will create a button that allows the users

2条回答
  •  星月不相逢
    2020-11-22 15:39

    Unless you're trying to upload the file using ajax, just submit the form to /upload/image.

    If you do want to upload the image in the background (e.g. without submitting the whole form), you can use ajax:

    • Asynchronous file upload (AJAX file upload) using jsp and javascript
    • jQuery Ajax File Upload
    • Ajax using file upload

提交回复
热议问题