v5.0.8
Change:
- [Major] Update of plugin versions. Compatibility for maven 3
Fixes:
- [Minor] Bug 3514265 : Error when starting Upload via JavaScript without files
- [Minor] Bug 3487886 - When uploading to a URL with a port number different from 80, the upload would fail (against IBM WebSphere). Thanks to Nicholas DiPiazza (ndipiazza) for both the bug report and solution !
- [Minor] php bug fixes (reported by pascal_p) (jupload.php)
- [Minor] Fix bug where upload failed if MD5sum disabled and single file uploaded (jupload.php)
- [Minor] Override system umask for dir/file permissions (jupload.php)
- [Minor] Fix incorrect expression evaluations (jupload.php)
- [Minor] A try to fix the bug 3482625 : java.util.ConcurrentModificationException (random bug when multiple JUpload applets are on the same web page).
- [Minor] Remove a bug, which generates 'random' error while executing JUnit tests of PictureFileDataTest.
v5.0.7
Fixes:
- [Major] The applet could try to post to a wrong URL, due to a bad cookie and userAgent management, during the first HEAD request to the server.
This bug would occur, when the server returns the redirection (HTTP 302 return code) to the applet, due to the lack of cookies or userAgent header in the HEAD request.
Change:
- [Minor] Add of the uploadedfiles() method, in the PHP jupload class. This allows external PHP script to access to the uploaded files,
without directly accessing the internal 'files' attribute of the class.
v5.0.6
Fixes:
- [Minor] Compatibility with m2e Maven3 eclipse plugin (for eclipse 3.7)
- [Minor ... for non Hebrew speaker] The Hebrew translation was not accessible.
v5.0.5
Changes:
- All source files are now encoded in UTF-8, out of applet files, which remains in UTF-16 (hum, that'll have to be changed...)
Fixes :
- [translation plugin] Add of language sort, in the list of languages.
- [Minor] The message "Preparing File 1/n" was not displayed for the first file. Was annoying, when the file preparation was long (e.g.: long
MD5sum calculation).
- [Minor] JUnit test would crash on Mac. Thanks to devilshands.
- [Minor] Removed a warning during Maven compilation (character encoding). Thanks to devilshands.
Translation:
- [Finnish] Update of the Finnish translation submitted by 'anonymous' (!)
- [Simplified Chinese] Update of the Simplified Chinese translation submitted by 'anonymous' (!)
v5.0.4
Fixes:
- [Major-PictureMode] Corrected a memory leak, when using the file chooser. Would lead to OutOfMemoryError.
v5.0.3
Fixes:
- [Packaging] The maven-translation-plugin was missing in the release packages
- [Translation] Danish translation updated, thanks to Jeppe Bundsgaard
v5.0.2
Fixes:
- [Major] For upload chunks, the retry feature didn't work (the sent data was corrupted). Thanks to jmont25 for the report.
- [Major] (picture mode only) In the file chooser, opening a folder with tiff pictures would throw a NullPointerException.
- [Minor] When an error occurs, the error log is copied (like in earlier versions) in the clipboard.
- [Minor] (picture mode only) In the file chooser, if non-picture files are displayed, the wait cursor would remain.
v5.0.1
Fix:
- [Major] Bug 3132737. Czech (and Croatian) translation : upload would not work (due to a UnknownFormatConversionException error)
- [Minor] The reported upload speed was wrong
- [Minor] Bug 3131598 (POST params getting double urlencoding). The postURL are now properly urldecoded before being sent as post parameters (thanks to ... for the report)
- [Minor] The advanced_demo uses now the correct lang codes (making its multilangual capabilities testable)
- [Minor] The status bar is now also cleared, 5" after a successful upload
Translation:
- Swedish translation, updated, thanks to Henrik Friz�n
v5.0.0
Changes:
- [Translation] Add of the maven-translation-plugin, to manage translations (documentation and packaging). See the howto-translate.html
page on the JUpload site for details.
- [Applet parameter] New "sendMD5Sum" applet parameter. Interesting as MD5Sum calculation takes time for big files. Set it
to true, if you want the applet to calculate and send the MD5Sum to the server. Default to false.
PREVIOUS BEHAVIOR: the applet would always send the MD5Sum.
- [Minor] The applet now checks if it is signed, and displays a proper message when it is unsigned.
- [JUpload Developper only] Creation of the jupload-translation maven plugin, to format all lang files, according to the Java needs.
- [Proxy] SSL through HTTP Proxy (Patch given by cuspy: Patch 3043476 on Sourceforge)
- [Minor] Bug 3061033: The column size in the file panel, is now a percentage of the available space.
- [Minor] MD5Sum is no more mandatory, when using the given PHP script
Fixes:
- [Major] If the user would click on the 'stop' button, all files being uploaded would be removed, despite the
fact that they were actually not uploaded.
- [Minor] The upload speed displayed it no more 'Infinity', but a real upload speed.
- [Minor] After clearing the debug output, nothing more was logged
- [Minor] Bug 3065033: Content-Type should use charset= (thanks for the report ... and the correction to Andy Lindeman (alindeman))
v5.0.0rc4
Changes:
- MAVEN MIGRATION. The project structure has been updated to use Apache Maven. It is STILL POSSIBLE TO BUILD WITH ANT.
This allows to simplify the build process and to easily use external tools,
like quality tools. Please read the http://jupload.sourceforge.net/howto-compile.html page for details
- [new applet parameter] fileFilterName allows to control the name of the file filter in the file chooser. Interesting
when using a long list of allowed file extensions.
- [Code] Add of the UploadPolicy.updateButtonState() method, which allows the UploadPolicy to manage specific GUI items, depending
on the current execution status of the applet.
Fixes:
- [Major] Compatibility with https upload is corrected (still no client certificate management)
- [Major] Patch 3000216 (407 Proxy Authentication for https fix). Https through Proxy connection is now possible.
- [Major] Samples.PHP/index.php may not work, due to a lacking session.
- [Major] Czech translation corrected (upload would not work)
- [Minor] When a message contains several lines, it's still truncated by pieces of 80 (?) characters, despite the fact the
each line may be less than 80 characters
- [Minor] Compatibility issue with Paste operation on Linux where an URL to file is pasted instead of the actual data.
- [Minor] Internationalization for Paste message.
- [Minor] Paste operation calls UploadPolicy.afterFileDropped to have a consistent behaviour with drag and drop operation.
- [Minor] Bug 3006175: Minor typo in PHP example... (this-> missing on line 719)
- [Minor] When a directory is pasted, the directory as well as its files is uploaded thus keeping informations on the directory itself,
and not on only its consituents.
v5.0.rc3
Changes:
- [Major] Add of the resume feature: when a resumable error occurs (typically: a network error), the applet will try to
resume the upload. That is: a dialog box is open to ask the user if he wants to retry the upload, by re-executing it. A
timer makes this retry automatic: if the user doesn't choose (eg: if he is aways from his computer), the upload will
automatically be re-executed.
(Please read the new applet parameters documentation: retryMaxNumberOf and retryNbSecondsBetween for further information)
- [Minor] The not really useful column 'Readable?', on the file list, has been removed.
- [Minor] Add of mime types Office 2007 support (thanks to jsibby)
- [Minor] (Regression since 5.0.rc1) The message indicating the index of uploaded files was wrong.
- [PHP] A PHP class is now embedded in each release. It contains a ready to use PHP class that manage all the applet
pa
没有合适的资源?快使用搜索试试~ 我知道了~
net2ftp1.0中文BUG修正版

共1443个文件
js:690个
png:273个
php:248个


温馨提示
因为这个代码对中文支持不正常。我不知道是不是因为我用的是IIS7的FTP导致的中文乱码(不论是创建文件夹还是读取中文文件夹)。所以我就把常用的一些功能用iconv函数处理了下路径。具体就是读取的时候是GB2312转UTF-8 写入的时候就是UTF-8转GB2312。免费给大家下载测试,有问题的话请回复,希望大家都能免费共享资源。谢谢
资源推荐
资源详情
资源评论























收起资源包目录





































































































共 1443 条
- 1
- 2
- 3
- 4
- 5
- 6
- 15
资源评论

- youpo37822015-05-29与描述的一致,使用正常,从这里找资料真是太方便了。
- renartwjm2017-06-27如果ftp服务器编码有问题的话,还是会出现乱码
- kd_pp19872017-09-11把重要的批量下载、压缩、解压功能屏蔽了。并未真正解决乱码问题
- hkim1232016-01-11使用正常不过还是有乱码

SoulRed
- 粉丝: 44
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 一、体系架构、模型设计方案、数据挖掘研究员---北京科技.doc
- 基于AMA物联网无线覆盖智慧城市解决方案.docx
- 电商案例分析慧聪网网络模式基本情况运营模式存在问题新发展.ppt
- 营改增全面实施对互联网企业的影响与对策.docx
- 电力行业信息系统安全等级保护基本要求三级.doc
- 大数据时代对社会公德的影响.docx
- 电气工程及其自动化技术的设计与应用.docx
- 长沙移动TDLTE网络技术交流汇报.ppt
- “三网融合与网络优化”赛项规程.doc
- 档案信息化过程中的主要问题及对策.docx
- AI+才是人工智能的真意所在.docx
- 物联网技术在食品安全溯源的应用与实现.docx
- 汽车电子商务中的网络安全问题研究.doc
- PLC课程设计方案(青岛理工)(自动门控制-全自动洗衣机控制).doc
- 项目投资商务合作互联网金融优秀ppt模板课件【精选模板】.ppt
- 上信息完整项目管理师上午试卷.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
