asp.net web大文件上传带进度条实例代码
程序员文章站
2022-05-05 16:03:05
复制代码 代码如下:using system; using system.data; using system.configuration; using system.co...
复制代码 代码如下:
using system;
using system.data;
using system.configuration;
using system.collections;
using system.web;
using system.web.security;
using system.web.ui;
using system.web.ui.webcontrols;
using system.web.ui.webcontrols.webparts;
using system.web.ui.htmlcontrols;
using system.io;
using system.collections.generic;
using system.web.configuration;
public partial class upload : system.web.ui.page
{
protected void page_load(object sender, eventargs e)
{
try
{
// get the data
httppostedfile jpeg_image_upload = request.files["filedata"];
jpeg_image_upload.saveas(system.web.httpcontext.current.server.mappath("~/upload/") + jpeg_image_upload.filename);
response.statuscode = 200;
response.write("文件处理完毕!");
}
catch
{
// if any kind of error occurs return a 500 internal server error
response.statuscode = 500;
response.write("未知错误!");
}
finally
{
// clean up
response.end();
}
}
}
打包源码下载
上一篇: 李弥一生坎坷多变,唯一不变的是,他坚贞彪悍的军人本色
下一篇: 这哥们武功出神入化!