<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 08/11/2018 04:34 PM, Simon Van
Casteren wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAC0+czrf-bT9xkVWkj5fJN78ec_Xh5==MP1fz+8V8+QnjbmZeQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div dir="ltr">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.
<div><br>
</div>
<div>I know Ur/Web supports file upload with the file and blob
types, but I don't know where to go from there. <br>
</div>
</div>
</blockquote>
<br>
I just use textboxes for CSV upload, in a few different production
deployments based on <a moz-do-not-send="true"
href="http://upo.csail.mit.edu/">UPO</a>. I have to admit, it
isn't obvious that there shouldn't be a [blob -> string] function
in the standard library, so I'd be open to adding that, too, if it
sounds like the demand is there.<br>
<br>
<blockquote type="cite"
cite="mid:CAC0+czrf-bT9xkVWkj5fJN78ec_Xh5==MP1fz+8V8+QnjbmZeQ@mail.gmail.com">
<div dir="ltr">
<div>BTW: Thanks for Ur/Web, it's been a godsend for me.</div>
</div>
</blockquote>
<br>
Glad to hear you're getting some mileage out of it! I'm sure the
crowd here will be interested to hear more details of your
applications, when they're far enough along (and I like to add links
from the Ur project site).<br>
</body>
</html>