in reply to AJAX image upload

I have not yet released it to CPAN, but there is HTTP::Upload::FlowJs, which allows you to use the FlowJs library on the frontend and upload stuff to Perl with it.

I believer the FlowJs examples also show how to display thumbnails while uploading, but I'm not sure.

Replies are listed 'Best First'.
Re^2: AJAX image upload
by monx663 (Sexton) on Aug 16, 2018 at 10:39 UTC
    Thanks Corion. If I remember correctly I had tried using the Perl API for the afore mentioned web library, but it was not working as documented. There were unresolved issues with the uploaded files disappearing from the uploaded directory.

      It's very likely that the module has bugs. Can you please report them on Github, so that I can fix them?

      The module has not yet been released on CPAN and thus has not yet received widespread testing outside of my needs. So please, if you find something that does work not as advertised, please open an issue on Github, ideally with example code that shows what goes wrong. If it is example code using Test::More, that's even better!

        I apologize about the confusion. I was actually referring to another CPAN module that did not really "play ball" with the author's HTML/AJAX front end libraries. I will later today give your modules a go and hopefully be able to give you some feedback/solve my requirement. Many thanks, Kostas