There was a thread last year about file uploads in Arc: http://arclanguage.org/item?id=10092 I was digging through html.arc last night, and it looks like the enctype attribute and multipart/form-data decoding are still unsupported in Arc 3.1. Unless I'm mistaken about this (which would actually be great), I was wondering: what's your workaround for handling file uploads in Arc? The first thing I was going to try (after seeking advice on Arc Forum) is looking for the tools in PLT Scheme. I also wanted to check Anarki, which I understand sometimes has bug fixes and new features before Arc main. If it comes to this, I can do what CatDancer described in the linked thread and post my form to another server. I might also like to write the decoder for Arc, but I'm unsure how large a task this would be or quite where to start (or if it's already been done and I just missed it). In any case, I look forward to your comments on the subject! |