Questions tagged [bootstrap-file-upload]

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

33 questions
1
vote
2 answers

How to get image data created by Bootstrap File Input plugin

I've got the following div that does the work of selecting and showing the selected image, changing the image and cancelling it. All of it is done by the Bootstrap File Input plugin.
skip
  • 12,193
  • 32
  • 113
  • 153
0
votes
0 answers

blog\bootstrap\cache directory must be present and writable. Script @php artisan package:discover --ansi handling the post-autoload-dum

I deleted temporary files in file bootstrap and run "composer dumpautoload" when run "composer dumpautoload" Error occurs Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi In PackageManifest.php line…
0
votes
0 answers

Get initial preview

I am trying to use Krajee's bootstrap fileinput plugin (https://plugins.krajee.com/file-preview-management-demo#) to upload and preview my images, only I can not get the initial rendering via a get call on my server. I would like the initialPreview…
Jellfedora
  • 13
  • 1
  • 1
  • 3
0
votes
1 answer

Sending multiple images but only one shows

So I am having an issue where I am trying to upload some images after a vehicle was created on my site. I am using Laravel for my site and am using Bootstrap File Input (http://plugins.krajee.com/file-input) to handle the uploading of files but…
jkruskie
  • 412
  • 4
  • 15
0
votes
3 answers

File Input not recognizing file upload 2nd time

I am trying to use the Krajee Bootstrap File Input to upload a file. The way it works now is I have a button, that when clicked, opens a Bootstrap modal dialog and the input file tag is inside that modal. The user clicks a browse button, selects a…
Icemanind
  • 47,519
  • 50
  • 171
  • 296
0
votes
1 answer

How to get the name of the uploaded files

I'm using Bootstrap File Upload plugin writen by Krajee (http://plugins.krajee.com/file-input/plugin-options). I'm trying to get the name of the uploaded files. I didn't see a method for it. How can i manage ?
0
votes
2 answers

Upload file using selenium to bootsrap-fileinput with geckodriver

I would like to know how to upload a file to a bootstrap-fileinput element using Selenium with the FirefoxDriver. I tried WebElement input = letter.findElement(By.cssSelector("#letter input")); input.sendKeys("/home/me/loremIpsum.pdf"); I…
0
votes
0 answers

Bootstrap File Input

I'm using "Bootstrap File Input" - http://plugins.krajee.com/file-input each time I browser and choose file the old file that i already chose auto removed from the preview section. how can i fix that? $(document).on('ready', function() { …
Roi
  • 49
  • 8
0
votes
1 answer

Bootstrap File Upload clone

I am using Krajee's Bootstrap file upload plugin for file input & I am trying to clone the file input so that users can add multiple files from different folders rather than selecting it at once. The issue I am facing is after the file input gets…
0
votes
1 answer

bootstrap file input with laravel - no upload file

i use laravel 53 and try to use http://plugins.krajee.com/ as file input. The problem is: no file upload will be done. This is the relevant part of my blade code:
user1912399
  • 7
  • 2
  • 9
0
votes
0 answers

bootstrap fileinput css problems

Using this plugin (http://plugins.krajee.com/file-input) for some basic file upload but it's causing me a headache design wise. Don't know what's wrong. Seem to have all required js and css files.
Sven
  • 371
  • 1
  • 6
  • 17
0
votes
1 answer

Unable to customize bootstrap file-input

I am trying to implement bootstrap file input form GitHub in asp.net. Below is my .aspc file code
Dheeraj Kumar
  • 3,917
  • 8
  • 43
  • 80
0
votes
0 answers

bootstrap-fileinput with ASP.NET MVC - Form Submit

I wanted to use this plugin (bootstrap-fileinput) to do some simple file upload. Now I'm pretty sure I removed the most to keep a simple file upload via form submit. script type="text/javascript"> $("#input-id").fileinput({ 'maxFileCount' :…
Sven
  • 371
  • 1
  • 6
  • 17
0
votes
0 answers

Ajax query not Asynchronous

I've a problem with ajaxUpload. I want to call ajax request during file upload. here is my code to generate a bootstrap-FileInput: $("#form_csvFile").fileinput({ maxFileSize: 10000, maxFileCount: 1, language: 'fr', dropZoneEnabled:…
RudySkate
  • 51
  • 1
  • 1
  • 10
0
votes
1 answer

Yii2 - Upload form error

I need to implement an upload form and I using krajee's FileInput plugin : http://demos.krajee.com/widget-details/fileinput this is my form view
Ryo
  • 995
  • 2
  • 25
  • 41