How are file uploads done in Pyramid? 

I have tried to access the file from request.POST['fileupload'] and 
request.params['fileupload'] using this html form:

<form action="/upload" target="fileupload-frame" method="POST" 
enctype="multipart/form-data">
<input type="file" id="fileupload" name="fileupload">
</form>

I have tried printing out all the keys in the request, but I cannot find the 
file anywhere. 

Thanks,

Jason

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/LFCbnyZ05csJ.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to