Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Update vue-html5-editor.js #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xiebin2015
Copy link

在图片上传过程中 支持传递更多的表达参数给服务器
image: {
// 后端图片上传的地址,如果为空,默认转图片为base64
// Url of the server-side,default null and convert image to base64
server: "",
fieldName: "resources",
compress: true,
//附加的表单参数
obj:{'storageType': 'UNITPHOTO','objectType': 'UNITPHOTO'},
uploadHandler(responseText){

        }
  }

在图片上传过程中 支持传递更多的表达参数给服务器
 image: {
	        // 后端图片上传的地址,如果为空,默认转图片为base64
	        // Url of the server-side,default null and convert image to base64
	        server: "",
	        fieldName: "resources",
	        compress: true,
               //附加的表单参数
	        obj:{'storageType': 'UNITPHOTO','objectType': 'UNITPHOTO'},
	        uploadHandler(responseText){
	          
	        }
	  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant