Changes between Version 3 and Version 4 of StreamingUpload
- Timestamp:
- Dec 20, 2006, 12:03:40 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StreamingUpload
v3 v4 73 73 # duplicate entires, and so users don't see the confusing 74 74 # "Repost POST data?" alert box in their browsers. 75 return HttpResponseRedirect("/s omeurl/" % new_object.id)75 return HttpResponseRedirect("/showuploadedfile/%i/" % new_object.id) 76 76 else: 77 77 # No POST, so we want a brand new form without any data or errors. … … 88 88 <!-- add_file.html --> 89 89 90 <form enctype="multipart/form-data" method="post" action="/ foo/">90 <form enctype="multipart/form-data" method="post" action="/uploadfile/"> 91 91 92 92 <p>Description: {{ form.description }} </p>