thetutlage / vue-clip

Simple and hackable file uploader for VueJs. Supports Vue >= 2.1

Home Page:http://vueclip.adonisjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload binary files

dker92 opened this issue · comments

Hi,
I tried to use vue-clip to upload an octet-stream file but it is not working , I tried to upload others type of files and it works.
Are binary files not supported ?

All files transmit over the wire as octet streams. Did you have a looks at the options for accepted file types? It can handle validating against extensions and mime types.

Same here, tried to upload zip file with application/zip mime type, or without mime types, but no luck so far

ok, my bad, i had to set size limit bigger.