它使用默认值从名为avatar的文件参数接收一个或多个文件是什么意思?

时间:2018-07-04 01:06:42

标签: sails.js skipper

我正在尝试将文件上传到sailsjs中的s3。

https://sailsjs.com/documentation/concepts/file-uploads/uploading-to-s-3

我正在尝试这样上传:

   PLAYER_ID PLAYER_NAME_LAST_FIRST  SORT_ORDER  GP  G   CLOSE_DEF_DIST_RANGE  \
0       2544          James, LeBron           1   6  2  0-2 Feet - Very Tight   
1       2544          James, LeBron           2   6  6       2-4 Feet - Tight   
2       2544          James, LeBron           3   6  5        4-6 Feet - Open   
3       2544          James, LeBron           4   6  6    6+ Feet - Wide Open   

   FGA_FREQUENCY   FGM   FGA  FG_PCT  EFG_PCT  FG2A_FREQUENCY  FG2M  FG2A  \
0          0.014  0.00  0.33   0.000    0.000           0.007  0.00  0.17   
1          0.144  0.83  3.50   0.238    0.310           0.082  0.33  2.00   
2          0.192  2.17  4.67   0.464    0.571           0.103  1.17  2.50   
3          0.110  1.33  2.67   0.500    0.656           0.041  0.50  1.00   

   FG2_PCT  FG3A_FREQUENCY  FG3M  FG3A  FG3_PCT  
0    0.000           0.007  0.00  0.17    0.000  
1    0.167           0.062  0.50  1.50    0.333  
2    0.467           0.089  1.00  2.17    0.462  
3    0.500           0.068  0.83  1.67    0.500  

0 个答案:

没有答案