文件名称:FileUp
介绍说明--下载内容均来自于网络,请自行研究使用
文件上传在B/S应用中是一种十分常见的功能,那么在Android平台下是否可以实现像B/S那样的文件上传功能呢?答案是肯定的。下面是一个模拟网站程序上传文件的例子。这里只写出了Android部分的代码-File upload is a very common feature in the B/S application, to whether Android platform like B/S file upload function can be achieved? The answer is yes. The following is an example of an analog website program to upload files. Here only write part of the code of Android
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FileUp
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\AndroidManifest.xml
......\assets
......\bin
......\...\FileUp.apk
......\...\classes
......\...\.......\com
......\...\.......\...\chenyonghua
......\...\.......\...\...........\demo
......\...\.......\...\...........\....\FileUpActivity$1.class
......\...\.......\...\...........\....\FileUpActivity.class
......\...\.......\...\...........\....\R$attr.class
......\...\.......\...\...........\....\R$drawable.class
......\...\.......\...\...........\....\R$id.class
......\...\.......\...\...........\....\R$layout.class
......\...\.......\...\...........\....\R$string.class
......\...\.......\...\...........\....\R.class
......\...\classes.dex
......\...\res
......\...\...\drawable-hdpi
......\...\...\.............\ic_launcher.png
......\...\...\drawable-ldpi
......\...\...\.............\ic_launcher.png
......\...\...\drawable-mdpi
......\...\...\.............\ic_launcher.png
......\...\resources.ap_
......\gen
......\...\com
......\...\...\chenyonghua
......\...\...\...........\demo
......\...\...\...........\....\R.java
......\proguard.cfg
......\project.properties
......\res
......\...\drawable-hdpi
......\...\.............\ic_launcher.png
......\...\drawable-ldpi
......\...\.............\ic_launcher.png
......\...\drawable-mdpi
......\...\.............\ic_launcher.png
......\...\layout
......\...\......\dialog.xml
......\...\......\main.xml
......\...\values
......\...\......\strings.xml
......\src
......\...\com
......\...\...\chenyonghua
......\...\...\...........\demo
......\...\...\...........\....\FileUpActivity.java