JeremyFagis / dropify

Override your input files with style — Demo here : http://jeremyfagis.github.io/dropify
MIT License
972 stars 398 forks source link

Full Working example. #59

Open labregowski opened 7 years ago

labregowski commented 7 years ago

Hi.

Solved. Perhaps you might want to delete this issue(unless you think any of it might be relevant). Thanks and congratulations for your good work with dropify.

This was the original message:

I haven't been able to implement dropify for images*. I am being able to use a simple uploader (as this example, https://www.formget.com/ajax-image-upload-php). However when I change the input for the one used by dropify, I get error messages such as "invalid filesize or type (even though that is not the case).

Is there any living full working example (including javascript and php code) you could point e too?

I would rather use dropify plugin instead of that one.

*First I had issues with the fakepath, then, using blob,I couldn't find a way to save int the server (it saved just as text files) and then, the issue I mention above. I was trying to follow this implementation: https://www.w3schools.com/php/php_file_upload.asp