GithubHelp home page GithubHelp logo

Comments (11)

inelion avatar inelion commented on July 27, 2024 1

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on July 27, 2024

Hi there. I just checked and when I add images, I do see the images added to the cachedFileArray, so it seems like everything is working there.

Because file-upload-with-preview is simply a way to "gather" the images that are ready to be sent, however you do that will be up to the backend you choose to use.

Updating this enctype is not a feature supported by file-upload-with-preview. You can do basically the same thing though by formatted your data before upload.

In a previous comment I shared two ways to do that - one with jQuery's ajax method, and one using axios. You can also tweak it to whatever you use before you send up the data. In this way, you should be able to upload all the files.

from file-upload-with-preview.

inelion avatar inelion commented on July 27, 2024

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on July 27, 2024

Ahh yes I'm sorry, you're right. Because you're in control of that HTML code, sure, you're solution would be just fine. I would hesitate to add it to the actual example code because not everyone is using the same backend, but I'm glad you made an issue because now others can find the solution of they're using the same tech. Thank you.

from file-upload-with-preview.

inelion avatar inelion commented on July 27, 2024

I was wrong when I reported that I fixed this issue with enctype="multipart/form-data" :/

from file-upload-with-preview.

inelion avatar inelion commented on July 27, 2024

This works correctly IF you select ALL of the images at the same time but not if you select multiple images one at a time. So, for example, if you select three images at the same time using the Ctrl key, then it will place all of the images in Request.Files but if you select one by one it will only put the last image in Request.Files.

from file-upload-with-preview.

inelion avatar inelion commented on July 27, 2024

Is this working correctly for you?

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on July 27, 2024

Yea this is working correctly - really this is going to depend on your backend. Make sure you're sending the cachedFileArray to your backend. My comment here has more info on how I would go about it, but again, this is more of a backend thing. This component simply collects the images from the user selection - the part you're talking about is on the backend and is not really part of this, from how I understand your question.

from file-upload-with-preview.

inelion avatar inelion commented on July 27, 2024

from file-upload-with-preview.

randylou avatar randylou commented on July 27, 2024

i am having the same problem. but i am not using some ajax method to submit my uploads, in this case, what should i do, thanks for your help

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on July 27, 2024

Yup so really this is backend specific - all you need to do is send the upload.cachedFileArray to your backend - whatever method that is will change based on what backend you're using.

A FormData approach is a common method, perhaps that way will work for you.

from file-upload-with-preview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.