QUploader
-
Somebody use this component without url property for sending in base_64?
-
you will need the url property…upload allows multipart form or raw. you could convert that on the serverside…
why would you even transfer in base64? base64 adds 1/3 extra payload overhead …
-
@max thk will try your method
-
@max what upload endpoint must return to component?
-
Somebody can show what server must return after upload files to component? I mean :url="…/uplaod.php"
-
just a simple 200 status code is enough
yeah just specifiy the endpoint url either absolute or relative
-
@max first i must upload all file in server? and then submit from? or other logic?
-
somebody can show me your logic with this component?