Questions tagged as 'hapijs'

0
answers

Upload multiple files using the same request?

I'm using the VueJS / Quasar Framework to make the front end of my application and HapiJS to do the server. And in the part of uploading the attachments I'm testing with multiple upload files, and I came across the following problem: For eac...
asked by 04.09.2017 / 22:12
1
answer

Send email after the upload is complete?

I have the following function for sending emails using the nodemailer and a HapiJS server: let data = request.payload; if (data.file) { let name = data.file.hapi.filename; let caminho = __dirname + "/uploads/" + name;...
asked by 01.09.2017 / 16:35
0
answers

How to program this button?

I am with this code and I can not program the [Source] button to the event that shows a bubble at the coordinate point. However, it marks the blue balloon instead of displaying the information. I know the statement is going to the right place bu...
asked by 22.10.2018 / 20:49