On Fri, May 20, 2011 at 9:22 AM, Vincent Liard <vincent.li...@free.fr>wrote:

> (defn retailer-stock-update []
>  (wrap-multipart-params
>   (fn [req]
>     (let [xls (get (:params req) "stock-xls")]
>       (with-in-str [str (:bytes xls)]
>         (read-xls-stream str))))))
>

You usage of with-in-str is not correct, you're passing a vector where it
expects a string. I don't know enough about appengine-magic to comment on
the rest.

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to