狐狸.fox 2015-12-21 18:36 采纳率: 0%
浏览 25

保留上传的文件jquery

I am using blueimp jquery file upload. Is there any way to rename the uploaded document. I would also like to change the upload directory. I am using the mini ajax file uploader.

http://tutorialzine.com/2013/05/mini-ajax-file-upload-form/

  • 写回答

1条回答 默认 最新

  • 7*4 2015-12-22 02:01
    关注

    No, for security reasons you can't do this on the client side. You can rename the file on the server when it gets uploaded.

    评论

报告相同问题?