Subversion Repositories SmartDukaan

Rev

Rev 16819 | Rev 16821 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16819 Rev 16820
Line 180... Line 180...
180
                
180
                
181
                chunk = "".join(chunks)
181
                chunk = "".join(chunks)
182
                print "Chunk1"
182
                print "Chunk1"
183
                print chunk
183
                print chunk
184
 
184
 
185
            print cgi.parse_multipart(self.request.body_file, pdict)
185
            print cgi.parse_multipart(request.stream, pdict)
186
            #rejectCount = process_rejects(filepath) #this function is not yet implemented
186
            #rejectCount = process_rejects(filepath) #this function is not yet implemented
187
            rejectCount = 1
187
            rejectCount = 1
188
            resp.content_type = 'text/html'
188
            resp.content_type = 'text/html'
189
            resp.body = """
189
            resp.body = """
190
                <html><head><title>Upload Rejects</title></head><body>
190
                <html><head><title>Upload Rejects</title></head><body>