Marco Brinkmeier

Joined

340 Experience
3 Lessons Completed
0 Questions Solved

Activity

Thank you for this Video!!

I tested the upload in percent status that you showed at 11:30. But the uploaded status in percent works with

detail = e.originalEvent.detail.progress

instead of

detail = e.originalEvent.detail

I think they changed the Refile API. I used the current master branch.

https://github.com/excid3/g...

@chris. What do you think about Bower to manage all the front-end stuff?

Posted in File Uploads with Refile Discussion

The image files (e.g. jpg) will send by android. The idea is that the rails app receive the base64 encoded image file as a HTTP POST request and save it with Refile.

Posted in File Uploads with Refile Discussion

Thank you for your videos!! I want to upload a image from a external application. How I can do that? I didn't find documentation about that.