Questions tagged [skipper]

Skipper is a visualization tool and code/schema generator for PHP ORM frameworks

Skipper is a visualization tool and code/schema generator for PHP ORM frameworks

https://en.wikipedia.org/wiki/Skipper_(computer_software)

59 questions
2
votes
0 answers

Skipper resize image before uploading using adapter

I have a similar question to this one. How can I have this upload to my RackSpace adapter as well? Here's the code: upload: function(req, res){ var RackspaceAdapter = require('../adapters/rackspace/index'), receiver =…
2
votes
2 answers

SailsJS File upload , Req.file is empty when upload with Android

I post here because I'm developping an API with SailsJS , and when I want to upload a file with an android app client , I've got a problem. Req.files / req.file('myfile') is empty. This my source to perform upload : //FileController.js upload:…
outstore
  • 175
  • 2
  • 13
2
votes
1 answer

Node.js (sails.js) Find total number of files sent in a file upload

I have a file upload system in sails.js app. I want to process the uploads before saving them in the server. My form on the client side allows multiple file uploads. Now on the server side how do I know how many files were sent? For example I can…
pewpewlasers
  • 3,025
  • 4
  • 31
  • 58
1
vote
1 answer

Not being able to configure bodyParser limit from http.js file, hence getting 413 http error

As suggested in the documentation here: https://sailsjs.com/documentation/reference/configuration/sails-config-http#?configuring-skipper, I did uncomment the configuration as follows, module.exports.http = { middleware: { order: [ …
Kiran
  • 33
  • 5
1
vote
0 answers

Using Sailsjs Skipper file uploading with Flowjs

I'm trying to use skipper and flowjs with ng-flow together for big file uploading. Based on sample for Nodejs located in flowjs repository, I've created my sails controller and service to handle file uploads. When I uploading a small file it's works…
Bohdanko
  • 141
  • 7
1
vote
1 answer

sails skipper 0.5.8 timeout/freezes

I am using : sails 0.11.2 skipper 0.5.8 Jquery file upload When I try to upload big files on my local machine node server, it works fine (I already changed the value of the maxBytes to an appropriate size). But uploading the same file to the…
mo.dhouibi
  • 565
  • 1
  • 4
  • 18
1
vote
1 answer

how to prevent the sailsjs file upload override

i'm trying to make a file uploader in sails.js, i have followed the docs and used the saveAs function as this: create: function(req, res){ var filename = req.file('file')._files[0].stream.filename; var file = req.file('file'); …
Daniel Rdz
  • 45
  • 5
1
vote
2 answers

Custom Skipper adapter for Rackspace using pkgcloud

I've started a build of a custom adapter for Skipper in Sails.js using pkgcloud to upload to Rackspace cloud files, but I've gotten stuck. It doesn't appear that the file is actually getting uploaded and trying to capture the error doesn't seem to…
1
vote
2 answers

multiparty for nodejs doesn't parse any uploaded file

I'm trying to perform simple upload file on node (multiparty) + angular (angular-file-upload) using sails.js on the backend. It seemed like frontend correctly sent a file to backend, but it appeared as the backend received nothing or responded with…
REALFREE
  • 4,378
  • 7
  • 40
  • 73
1
vote
3 answers

nginx / sails.js: incomplete file upload

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 skipper under the hood, as explained in the…
kiorky
  • 299
  • 1
  • 8
1
vote
0 answers

Ion timeout post file to sails(skipper)

My situation is when I post a jpg file to my Sails server in Android with Ion, it went timeout. Here is my code: Android: Ion.with(ctx, URLConstant.getURL(URLConstant.URL_TYPE_UPLOAD_AVATAR)) .setMultipartFile("avatar", new…
Frankzhao
  • 11
  • 2
1
vote
2 answers

sails.js error uploading big file with csrf enabled

I am using sails.js beta 0.10 The file upload works fine for small files but for big files it gives this error: error: Server Error: error: TypeError: Object # has no method 'view' at Object.forbidden…
Mandeep Singh
  • 7,674
  • 19
  • 62
  • 104
1
vote
0 answers

File upload is not working on Sails.js

I'm trying to upload an image to the server using the code below. It works fine for small images up to ~70KB. For larger images it sets the file status to cancelled, saves to server disk but with a size of Zero KB. var CustomerController = { …
Ecil
  • 1,009
  • 1
  • 13
  • 28
0
votes
0 answers

Error while uploading Multiple Files with different File Names With Skipper in Sails Js

I am trying to upload multiple type of files to S3 in sails js Files are as Follow : VehicleImages, VehicleVideos, VehicleDocuments I am passing these three type of files with attribute name with same name as these files to my server via…
0
votes
0 answers

spring-cloud-dataflow skipper does not recognize deployed streams after upgrade

After upgrading spring-cloud-dataflow skipper from springcloud/spring-cloud-skipper-server:2.4.1.RELEASE to bitnami/spring-cloud-skipper:2.8.3-debian-10-r4 I see that my previously DEPLOYED streams are not recognized by skipper and show the…
dhpizza
  • 361
  • 1
  • 2
  • 10