Tag:Post download flag file stream
-
Ajax post download flash file stream and Chinese file name problems
Ajax post download file The back end returns the file stream, which can be used in flagreturn send_file(file path) returns the binary file stream and transmits the file related information (such as the file name) in the headers. Front end useURL.createObjectURL() Create create aDOMString URLObject, create a a node, assign the URL object to the […]