Chuan Shao

Results 3 comments of Chuan Shao

By default, property values will be cast to their JavaScript type equivalent. You can use tatablack's fix to disable number type cast: https://github.com/gagle/node-properties/pull/12

@aleclofabbro The easiest way to use his fix is directly clone from his forked repository: https://github.com/tatablack/node-properties/tree/make-casting-optional

This is a pretty important fix, otherwise server side cannot get file-upload field name. Wish it could be merged soon.