Image Upload

Asked

Viewed 146 times

0

I don’t have as much knowledge in the back-end area, but I need an image Uploader, I looked for a way that doesn’t use a database, but I believe it’s impossible.

I need a similar Uploader to the Froala editor, I decided to take a closer look at his code to understand a little more how it works, discover that he uses a url ( http://i.froala.com/upload ) to upload temporary of the images, so as I am limited in the back-end area discover a project on Github but I’m having trouble setting up.

So I need help configuring it because I’m a layman in this area. What data do I need to configure an image Uploader? , Is it possible to use the same temporary Froala upload url on it? , or do you need any more server data? not a very good attitude but I need something temporary.

If you have other options to recommend me, feel free.

1 answer

1


it is fully possible to upload an image without database, whether it is to store in a directory within your hosting, or in a folder of your local project, all you have to do is recover the file data via php, and specify a destination directory, if you are very lay, try to use something that makes it easy, see this plugin:

http://blueimp.github.io/jQuery-File-Upload/ (ps: the plugin is statico, still need to manipulate the file via php)

and see some tutorials on the internet

  • In part this answer solved my problem, the author of this plugin you sent me had made another, specific to load images, here is the link to if by chance it help someone in the future with the same problem I https://github.com/blueimp/JavaScript-Load-Image Anyway, thank you very much. the/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.