I actually kind of figured it out. I had to list the entire directory for 
it to work. So instead of 

filedir = '/project/webtest/templates'  # directory were you want to save 
the file 

I changed it to:

filedir = 'C:/project/webtest/templates'  # directory were you want to save 
the file 

However, I'm trying to work on saving this in memory, since saving uploaded 
files to the local drive is BAD BAD practice. Any suggestions/links that I 
could refer to? I have searched using the REST web service, but there just 
isn't much documentation on it. 

Thanks!


On Monday, January 13, 2014 12:44:45 PM UTC-6, Hugo Lol wrote:
>
> In which line are you getting the error? Running under Windows or Linux?
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to