【发布时间】:2016-02-27 18:37:02
【问题描述】:
我从 mp4 视频创建了缩略图,并通过将 eventListener 添加到视频浏览按钮将其显示在同一页面上。 我希望当用户单击保存按钮时,视频以及所有其他字段应该保存在已经正常工作的数据库中。
现在的问题是我也在尝试将画布图像作为正常输入类型 = 文件发送。
为此,我有两个选择:
1- to save the canvas displayed image on client machine drive (html5 localstorage)
2- Or i have to send the canvas image to the server and then have to upload that from the temp uploaded folder (i know this is a stupid idea :)).
我不知道该怎么办?请帮忙
谢谢
【问题讨论】: