5 Sep
2015
5 Sep
'15
7:39 p.m.
On 09/05/2015 09:28 PM, Richard Reina wrote:
I am following this youtube video to learn how to create an image upload form on a page -- which would allow a user to upload an image. About 6 minutes into the video it goes into using php. Does anyone know how I can do this in dancer2 so I won't have to uses php.
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
Have a look on https://metacpan.org/pod/Dancer::Request::Upload for Dancer2 - Dancer2::Core::Request::Upload. Here is a working example for Dancer: https://github.com/mestia/simpleshare/blob/8129bc86d9f7b524117bc3d392b6f6a8c...