382
382
# Note that we do not check for the existence of files here. That is done
383
383
# in the paste operation.
384
384
files = fields.getlist('path')
386
385
clipboard = { "mode" : mode, "base" : req.path, "files" : files }
387
386
session = req.get_session()
388
387
session['clipboard'] = clipboard