How can I delete a file after serving it? def process_data(data) tempname = str(uuid4()) + '.csv' data['text'].to_csv('samo/static/temp ...
確定! 回上一頁