码迷,mamicode.com
首页 >  
搜索关键字:uploadfile    ( 277个结果
autoit 处理文件上传弹出框,并在JAVA中调用
File file2 = new File(".");String command = file2.getCanonicalPath()+"\\resources\\pages\\testdata\\"+"UploadFile.exe";//exe文件存放的绝对路径Runtime run = Run...
分类:编程语言   时间:2014-09-30 18:17:29    阅读次数:416
selenium webdriver java处理上传
public void uploadFile(String path) { //File file = new File("C:\\jacob-1.18-M2-x64.dll"); // System.setProperty(LibraryLoader.JACOB_DLL...
分类:编程语言   时间:2014-09-06 21:10:43    阅读次数:431
C# WinForm 文件上传下载
/// /// WebClient上传文件至服务器 /// /// 文件名,全路径格式 /// 服务器文件夹路径 private void UpLoadFile(string fileNamePath,string uriString) { string fileName = f...
分类:Windows程序   时间:2014-08-26 14:57:26    阅读次数:320
window vb 上传文件
VBS上传文件(调用ftp)首先创建一个UploadFile.bat文件,内容为:ftp-s:ftp.cfgdimrs,conn,sConnDimstrDateDimfs,txtname,oldtxtnameDimtxtpathstrDate=Date‘写文件setfs=createobject("scripting.filesystemobject")txtpath="D:\bak\"txtname="ServiceEvaluation_backup_"&Y..
分类:Windows程序   时间:2014-08-19 19:16:35    阅读次数:315
thinkphp 文件上传
form表单中 enctype="multipart/form-data" public function upload() { import('ORG.Net.UploadFile'); $upload = new UploadFile(); // 实例化上传类 $upload->maxSi...
分类:Web程序   时间:2014-08-10 18:32:00    阅读次数:185
上传和下载文件
1. 上传文件(1) controller@RequestMapping(value={"/uploadFile"},method={RequestMethod.POST}) public String upload(@RequestParam(value = "file", require...
分类:其他好文   时间:2014-08-04 21:01:27    阅读次数:345
kindeditor上传图片
kindeditor上传本地图片 (2013-11-07 14:52:51)转载▼标签: kindeditor 本地上传 整理一下后台代码@Action(value = "uploadFile") public String uploadFile(){ try { //文件保存目录路径 img...
分类:其他好文   时间:2014-07-16 23:01:16    阅读次数:225
thinkphp实现UploadFile.class.php图片上传功能
图片上传在网站里是很常用的功能.ThinkPHP里也有自带的图片上传类(UploadFile.class.php) 和图片模型类(Image.class.php)。方便于我们去实现图片上传功能,下面是实现方法 1.我们首先需要创建一个表 复制代码代码如下: CREATE TABLE IF NOT EXISTS `tp_image` (   `id` int(11...
分类:Web程序   时间:2014-07-10 23:14:12    阅读次数:269
Android上传图片(PHP服务器)
原理Android客户端模拟一个HTTP的Post请求到服务器端,服务器端接收相应的Post请求后,返回响应信息给给客户端。PHP服务器Android客户端package com.example.uploadfile.app;import android.app.Activity;import an...
分类:移动开发   时间:2014-07-05 18:42:58    阅读次数:595
c# 上传文件删除旧文件 记事本提取目录
html:<inputid="Fi_Fp"runat="server"name="Fi_Fp"type="file"/>.cs:usingSystem.IO;usingSystem.Text.RegularExpressions;usingSystem.Windows.Forms;if(Fi_Fp.PostedFile.ContentLength>0)//上传了新图书{b._upfile=uploadFile(Fi_Fp);if(isTxt==true){b._txtlist=r..
分类:其他好文   时间:2014-07-02 06:47:27    阅读次数:204
277条   上一页 1 ... 25 26 27 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!