Git Product home page Git Product logo

Comments (4)

MdFarzan avatar MdFarzan commented on June 4, 2024 1

Ok, Thanks for your reply.

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on June 4, 2024

Hmm, really the main thing this library does is hold the File that was uploaded, and put it in an array. As can be seen in this screen shot from the demo, after I upload an image, I can see it there in the console.

If there's an issue receiving the file on your backend, you may need to look at the method with which you make your API call. You're most likely not packaging it as a proper File type, so by the time it gets to the backend it's not readable.

I've answered a few questions like this before - maybe those can help:

You'll probably want to research how to use FormData with Codeigniter - sorry, I don't have any Codeigniter experience.

from file-upload-with-preview.

MdFarzan avatar MdFarzan commented on June 4, 2024

Oh, Now I understood. This utility can only upload a file using ajax as it's not holding any file. Correct me if I am wrong?

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on June 4, 2024

Well really that's how all front end file uploading is going to be - sending it to the backend is going to be through some form of API call.

How you handle that incoming depends on your backend. For example, with PHP, FormData works just fine. For Codeigniter, I'm just not sure of the process needed there. Sorry I can't be of more help.

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.