Re: [Ur] Reading files uploaded by a user

2018-08-12 Thread Simon Van Casteren
Using textboxes is indeed a good idea. I think with some help text, it should be no problem for my users to understand how to use this. That CSV.parse function is really good for inspiration. I'll probably change it a bit so I can provide parsing and validation functions per field so I can give a

Re: [Ur] Reading files uploaded by a user

2018-08-11 Thread Adam Chlipala
On 08/11/2018 04:34 PM, Simon Van Casteren wrote: I want to provide import functionality of this data and I feel CSV files are probably the best way to go with this. Microsoft Excel exports these, database programs can export these they're human-readable, etc. I know Ur/Web supports file

[Ur] Reading files uploaded by a user

2018-08-11 Thread Simon Van Casteren
Hey everybody, Does anybody have experience with reading files uploaded by a user in Ur/Web? My use case: I'm building an application used by (music) schools and migrating their data into my database is a big thing. Medium-sized schools often have more than 1000 students following classes, so