adding http:// worked. thanks. my question is whether this is the right approach? maybe it's better to let ruby do the csv upload (using hidden iframe, so it will be done in an async way) and write a small service in node that listen to new csv files in the tmp directory and process them.
any opinions? On Wednesday, July 25, 2012 7:23:23 PM UTC-7, mscdex wrote: > > On Jul 25, 9:32 pm, josh <[email protected]> wrote: > > <form *action="127.0.0.1:3001"* enctype="multipart/form-data" > method="post"> > > After removing these asterisks, your example worked just fine for me. > > Is your html being served by a webserver or are you viewing it locally > with your url starting with "file://" ? > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
