Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 5169 days ago | link | parent

That looks interesting, thanks.

  > It requires Flash and any backend development language.
I'd certainly prefer an implementation that didn't depend on Flash, but this may be a "beggars can't be choosers" type of situation. :)


2 points by thaddeus 5169 days ago | link

I believe this one does not use flash...

http://valums.com/ajax-upload/

-----

2 points by shader 5168 days ago | link

I'm not sure that either of those are what he's looking for. Both seem to be different ways of displaying the upload form to the user, but neither seems to change the way that the back end handles the file.

It sounds like he wants a way for arc to receive an uploaded file in an http request, and do something with the data, rather than a way to display an upload form.

-----

1 point by evanrmurphy 5168 days ago | link

Yes, that is correct.

-----