使用uploadify上传后获取新文件名
我的 uploadify 工作得很好。当后端 php 加载时,文件名将使用新文件名上传,并使用新的唯一 ID 输入到数据库中。
如何将新文件名发送回包含表单的页面?
I have uploadify working nicely. When the back-end php is loaded the filename is uploaded with new filename and which is entered in the database using a new unique id.
How can I send the new filename back to the page that contains the form?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就这样:-
您可以使用
response
参数发送文件名并将其用于您的 html :)There you go :-
you can use
response
parameter to send filename and use it to your html :)