Specifying content of an iframe instead of the src attribute to a page

后端 未结 4 578
灰色年华
灰色年华 2020-11-29 00:06

I\'m currently working on a form which includes some file inputs to upload pictures. There is an onchange() event for those inputs that submits the pictures to

4条回答
  •  再見小時候
    2020-11-29 00:39

    You can .write() the content into the iframe document. Example:

    
    
    
    

提交回复
热议问题