skipper Questions

2

Solved

I have a form where you can upload a file. I upload the file directly with skipper and it works perfectly. req.file('file').upload({ adapter: require('skipper-s3'), key: 'key', secret: 'secret'...
Borak asked 11/11, 2014 at 14:47

2

Solved

I am using skipper and skipper-azure to upload multiple files at a time, if I upload small number of files lets say 20 to 30 at a time every thing works fine but if I upload more files like 200 or ...
Trestle asked 12/11, 2015 at 12:41

1

As the title, now I can not check file type before upload. I only verify and don't allow save data after file uploaded successfully. Below is a basic code updateAvatar : function(data, context, re...
Iams asked 31/8, 2015 at 3:30

3

Solved

I have an issue with multiple file upload in my sails app. I am trying to implement multiple file upload with Dropzone.js and my backend is Sails v0.10.0-rc8. Now when I upload some files via drop...
Flameout asked 23/7, 2014 at 8:45

2

Solved

I'm using SailsJS (beta). I'm trying to find a way to use graphicsmagick to take the stream parsed by Skipper in SailsJS-beta to resize the image before calling the Skipper-function req.file('input...
Thuja asked 5/6, 2014 at 19:59

1

Solved

I am using skipper to upload multiple files at once to a local folder. But I ran into few problems. upload: function (req, res) { if (_.isEmpty(req.session.User)){ return res.json({ //---> 1 ...
Tussore asked 5/10, 2014 at 18:53

3

Solved

We are developing an app using sails.js. In this app we have an upload controller: https://github.com/makinacorpus/mnhn_bai/blob/master/api/controllers/Object3DController.js This controller use sk...
Figurate asked 3/12, 2014 at 8:30

2

Solved

I am upgrading to Sails.js version 0.10 and now need to use Skipper to manage my file uploads. When I upload a file I generate a new name for it using a UUID, and save it in the public/files/ fold...

2

I'm currently creating a file upload system in my application. My backend is Sails.js (10.4), which serves as an API for my separate front-end (Angular). I've chosen to store the files I'm upload...
Empirical asked 28/8, 2014 at 10:55

1

Solved

I want to upload a simple file using skipper. Earlier, files uploaded via forms could be accessed using req.files but got to know that in Sails 0.10.x, with skipper installed by default, req.files ...
Kilometer asked 4/7, 2014 at 10:41
1

© 2022 - 2024 — McMap. All rights reserved.