ASP.net图像上传并使用数据库自动生成的ID重命名
你能告诉我如何通过 ASP.net Web 表单上传图像吗? 我想上传图像并将其重命名为数据库返回的自动生成的 ID。
Can u tell me how to upload a image through ASP.net web forms.
I want to upload the image and rename it to the autogenerated ID returned by Database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在回答中假设您已成功插入记录并获取插入的 ID:
I am assuming in my answer, that you were successfully able to insert the record and get the inserted ID: