0👍
Problems for uploading files to server
- Check the timeout in your axios request (front end) – because you have to wait until the all files uploaded to server (https://github.com/axios/axios#creating-an-instance).
- Check the domain hosting configuration (if you are hosting your backend service in nginx – check the upload limit (https://www.tecmint.com/limit-file-upload-size-in-nginx/))
- [Vuejs]-Expected indentation of 2 spaces but found 4 indent
- [Vuejs]-Is it possible to dynamically change a list-group from vertical to horizontal on screen smaller than lg in bootstrap-vue?
Source:stackexchange.com