bootstrap-file-upload Questions
1
I have this JavaScript code:
$("#uploadFile").fileinput({
uploadUrl: url,
maxFilePreviewSize: 10240,
allowedFileExtensions: ["xls", "xlsx", "csv"],
maxFileCount: 1,
language: 'es',
theme: 'g...
Caundra asked 26/12, 2017 at 19:20
2
Solved
When I upload a file with Krajees Bootstrap Fileinput, I perform a server side validation of the file. When something goes wrong, I output a JSON-Object simply with {error:'Something went wrong'}. ...
Oaf asked 13/5, 2016 at 14:22
2
Solved
I am using bootstrap multiple file upload plugin to upload file. I am using the example that is on this link. Now I want to add another button "Cancel upload" besides the "Add files" button. On cli...
Huckaback asked 17/12, 2013 at 8:0
1
© 2022 - 2024 — McMap. All rights reserved.