File functionality

Is there any way of doing that inside an ‘HTTP Node’?

I managed to make that first request, which is to return a URL from Amazon. Now the second one, where you need to send the file, I can’t do it from within the platform. There is no option to send FormData, much less does FormData (from the js web API) work inside a ‘function Node’.

Thanks in advance.