A
A
Anton2015-08-20 08:53:34
JavaScript
Anton, 2015-08-20 08:53:34

Preview of uploading photos, is it possible to tie it to Kohane 3.1?

Hello, today I found a good photo uploader, before uploading, we select files and it shows which files I chose and how much they weigh, you can also delete one of the files.

Is it possible to tie it to the kohana, version of the kohana 3.1

The second download option is at the link, www.grandesign.md/__cr/jquery.filer
Also a screen.
4511a968168b448f8a5e3c9cae1242cf.jpg

Is this loader generally normal? I would like to bring this function to show immediately photos, those that you have chosen and want to upload! And also if you chose too much, then delete it immediately.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AlikDex, 2015-08-20
@AlikDex

this is all done using JS on the client side and does not depend in any way on the engine on which it stands. The data is transmitted in the usual form for the upload. So the answer to the question is yes indeed.
The library you most likely saw in action.

L
LINKeR UA, 2015-09-03
@LINKeRxUA

Previously, I ajax-th pre-loaded into a temporary folder and displayed a preview from there; But! But doing so is not good! There is such thing as FileReader and readAsDataURL in pure JS. - this is a more elegant way!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question