ajaxfileupload java 版本励志, 其中用到了maven,jetty,如果不懂maven也可用,就是把webapp下的东西放到你的webroot下,在把jar包给全,如果会使用maven,那就方便极了,jetty启动,立马测试
2023-11-30 07:04:35 86KB ajax file upload java
1
Django-WebApp 这个项目是我作为实习任务完成的。 作业问题陈述: 第1部分: 创建一个用户可以登录的Web应用程序。 用户可以上传文件。 用户可以查看他/她上传的文件。 第2部分: 用户可以搜索和查看其他用户的个人资料。 他们可以与任何这些用户共享其上载的文件。 用户可以在上传的文件中看到其他用户共享的文件。 附加功能: 在用户个人资料中,用户可以设置他/她的个人资料图片。 用户可以下载其他用户上传的文件。 用户可以上传任何类型的文件,例如图像,视频,文本文件,还可以上传不同类型的程序,例如python代码,java代码等。 使用的技术: Python Djan
2023-01-03 13:14:35 35.34MB python django filesystem file-upload
1
Jquery Large File Upload 用jquery实现大文件上传 可以很轻易的整合到下载,文章,cms,blog系统中
2022-12-30 16:39:12 74KB Php源码-上传下载
1
jQuery File Upload 是一个 jQuery 图片上传组件,支持多文件上传、取消、删除,上传前缩略图预览、列表显示图片大小,支持上传进度条显示;支持各种动态语言开发的服务器端。 特征: 1、多文件上传: 允许一次选择多个文件并同时上传。 2、拖放支持: 允许通过从桌面或文件管理器中将文件拖放到浏览器窗口中来上传文件。 3、上载进度条: 显示一个进度条,指示单个文件和所有组合上载的上载进度。 4、可取消的上传: 可以取消单个文件的上传以停止上传进度。 5、可恢复的上传: 可以使用支持Blob API的浏览器恢复中止的上传。 6、批量上传: 大型文件可以使用支持Blob API的浏览器以较小的块上传。 7、客户端图像调整大小: 可以使用支持所需JS API的浏览器在客户端上自动调整图像大小。 8、预览图像,音频和视频: 使用支持所需API的浏览器上载之前,可以显示图像,音频和视频文件的预览。 9、无需浏览器插件(例如Adobe Flash): 该实现基于HTML5和JavaScript等开放标准,并且不需要其他浏览器插件。 10、旧版浏览器的优美回退: 如果支持,则通过XMLHttpRequests上传文件,并使用iframe作为旧版浏览器的回退。 11、HTML文件上传表单后备: 通过使用标准HTML文件上传表单作为小部件元素,可以逐步增强功能。 12、跨站点文件上传: 支持使用跨站点XMLHttpRequest或iframe重定向将文件上传到其他域。 13、多个插件实例: 允许在同一网页上使用多个插件实例。 14、可自定义和可扩展: 提供API来设置各个选项并为各种上传事件定义回调方法。 15、分段和文件内容流的上传: 可以将文件作为标准的“分段/表单数据”或文件内容流(HTTP PUT文件上传)进行上传。 16、与任何服务器端应用程序平台兼容: 支持标准HTML表单文件上传的任何服务器端平台(PHP,Python,Ruby on Rails,Java,Node.js,Go等)均可使用。
2022-10-31 10:13:55 352KB jQuery File Upload jquery插件
1
jQuery File Upload 是一个Jquery文件上传组件,支持多文件上传、取消、删除,上传前缩略图预览、列表显示图片大小,支持上传进度条显示;支持各种动态语言开发的服务器端。 官网链接:https://github.com/blueimp/jQuery-File-Upload/wiki   特点:拖放支持;上传进度条;图像预览;可定制和可扩展的;兼容任何服务器端应用平台(PHP, Python, Ruby on Rails, Java, Node.js, Go etc.)。 使用方法: 1. 需要加载的js文件: jquey-1.8.3.min.js jquery-ui-widge
2022-10-31 10:12:17 58KB data fileupload jquery
1
Nginx+upload+lua实现简单文件上传服务
2022-08-17 16:52:34 138KB Nginx file upload
1
AWS-S3-File-Upload:用于将文件上传到S3存储桶的Java程序
2022-04-21 11:12:04 7KB Java
1
赛普拉斯文件上传 文件上传测试变得容易。 该软件包添加了一个自定义的命令,使您可以抽象化如何通过HTML控件精确上传文件,并专注于测试用户工作流程。 目录 覆盖文件名 使用空的灯具文件 我想看一些真实的例子 原料药 菜谱 注意事项 它不起作用! 我还能尝试什么? 贡献者 执照 安装 该软件包是通过npm分发的,应作为项目的devDependencies之一安装: npm install --save-dev cypress-file-upload 如果您使用的是TypeScript,请确保tsconfig.json包含命令的类型: " compilerOptions " : { " types " : [ " cypress " , " cypress-file-upload " ] } 为了能够使用任何自定义命令,您需要将其添加到cypress/support/com
2022-03-30 15:30:11 755KB cypress cypress-io cypressio cypress-plugin
1
Configuration. Most configuration options are inherited from Ext.Window (see ExtJs docs). The added ones are: url - the url where to post uploaded files. base_params - additional post params (default to {}). permitted_extensions - array of file extensions which are permitted to upload (default to []). reset_on_hide - whether to reset upload queue on dialog hide or not (default true). allow_close_on_upload - whether to allow hide/close dialog during upload process (default false). upload_autostart - whether to start upload automaticaly when file added or not (default false). post_var_name - uploaded data POST variable name (defaults to 'file'). Events. filetest - fires before file is added into the queue, parameters: dialog - reference to dialog filename - file name If handler returns false then file will not be queued. fileadd - fires when file is added into the queue, parameters: dialog - reference to dialog filename - file name fileremove - fires when file is removed from the queue, parameters: dialog - reference to dialog filename - file name record - file record resetqueue - fires when upload queue is resetted, parameters: dialog - reference to dialog beforefileuploadstart - fires when file as about to start uploading: dialog - reference to dialog filename - uploaded file name record - file record If handler returns false then file upload will be canceled. fileuploadstart - fires when file has started uploading: dialog - reference to dialog filename - uploaded file name record - file record uploadsuccess - fires when file is successfuly uploaded, parameters: dialog - reference to dialog filename - uploaded file name data - js-object builded from json-data returned from upload handler response. record - file record uploaderror - fires when file upload error occured, parameters: dialog - reference to dialog filename - uploaded file name data - js-object builded from json-data returned from upload handler response. record - file record uploadfailed - fires when file upload failed, parameters: dialog - reference to dialog filename - failed file name record - file record uploadcanceled - fires when file upload canceled, parameters: dialog - reference to dialog filename - failed file name record - file record uploadstart - fires when upload process starts, parameters: dialog - reference to dialog uploadstop - fires when upload process stops, parameters: dialog - reference to dialog uploadcomplete - fires when upload process complete (no files to upload left), parameters: dialog - reference to dialog Public methods Better go see the source. I18n. The class is ready for i18n, override the Ext.ux.UploadDialog.Dialog.prototype.i18n object with your language strings, or just pass i18n object in config. Server side handler. The files in the queue are posted one at a time, the file field name is 'file'. The handler should return json encoded object with following properties:
2022-01-01 09:48:38 273KB extjs file upload extend
1
赛普拉斯上传文件发布表格 我遇到的两个赛普拉斯测试用例的解决方案:对服务器执行直接的http FORM请求,该请求包含文件和其他参数,并在提交之前将文件上传到表单中。 它适用于excel文件。 对于这两种情况,将以表格形式上载/发送的文件都放在文件夹中,以便赛普拉斯可以加载它。 为了构建这些变通办法,我发现以下两个链接很有用: 第一种情况(upload_file_to_form_spec.js): 我想测试一个UI,在提交表单之前必须选择/上传文件。 在cypress支持文件夹内的“ commands.js”文件中包含以下代码,因此可以在任何测试中使用命令cy.upload_file(
2021-12-29 14:45:18 21KB http xmlhttprequest excel file-upload
1