Questions tagged [filepond]

Javascript library for file uploads.

Javascript library for file uploads. Features include

  • Multiple File Sources
  • Multiple Input Formats
  • Async or Sync Uploading
  • Responsive
  • Accessable
  • Automatic Resizing

Resources

See: https://pqina.nl/filepond/

383 questions
-1
votes
1 answer

Laravel 9 + Vue 3 got Cross-Origin Request Blocked when access laravel public folder on Localhost

i want to ask something, I'm learning to develop app with laravel 9 & vue 3. in the file upload section using filepond.
-1
votes
1 answer

Why label of file size on filepond show 1kb every file when displaying edit form?

I have a module that has add and edit form. In the add and edit form, the user can upload files. When edit, it will show uploaded files In add form, it works. When user upload, file size of file displays file size correctly But my problem is when…
smile code
  • 25
  • 5
-1
votes
1 answer

TypeError: this.$el.querySelector is not a function nuxt filepond

I have these codes my template codes script codes for file-pond component // Create component const FilePond = vueFilePond(FilePondPluginFileValidateType, FilePondPluginImagePreview) export default…
-1
votes
1 answer

How to i convert string to file object?

The data format that I sent from the frontend to the server is in a string format Example: "type": 'application/zip', "type":"image/png" "{"id":"4c1vjx4k1", "name":"test.png", "type":"image/png", "size":151805,"metadata":{}, …
airsoftFreak
  • 1,450
  • 5
  • 34
  • 64
-1
votes
1 answer

Why does FilePond render incorrectly on my website?

I can't figure this out for the life of me. When I implement FilePond on my website, it renders incorrectly. See this screenshot. As you can see, there are 2 instances of FilePond there. The second one looks correct, but I did that in a hacky way…
Evert
  • 2,022
  • 1
  • 20
  • 29
-1
votes
2 answers

How to send DELETE request with filepond in Laravel?

FilePond can upload files using POST request type so that's fine in Laravel. However, FilePond sends DELETE request when reverting/removing the uploaded file/s. Laravel doesn't support DELETE request directly but rather used a _method field with…
ByWaleed
  • 395
  • 4
  • 18
-2
votes
1 answer

IFormFile is null

I'm using filepond for pretty input file, but facing an issue when submitting the form. Before using filepond, in MyUpload, the parameter uploadedFile is not null meaning getting value.
FeelRightz
  • 2,777
  • 2
  • 38
  • 73
-4
votes
1 answer

How can I make the following code work with IE

The following code is written with ES6: How do I convert to pre ES6 so that its compatible with IE. I tried to following; see second code snipet below FilePond.create(document.querySelector('input'), { acceptedFileTypes: ['image/png'], …
Andra Avram
  • 75
  • 1
  • 8
1 2 3
25
26