有谁知道How to upload file in through https?

dcc 2000-01-08 12:27:00
如果有哪位高手知道在网页里上传文件的话。
Please tell me...
Special Thanks...

email:dcc@fun.21cn.com
...全文
270 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
yab 2000-10-28
  • 打赏
  • 举报
回复
但是,在server端用方法request.binaryread() 读取post上来的文件内容时,发现
文件中原来的大于80的字节都被赋成00了,而小于80的没有问题,
例如 3A 81 80 AA 就变成了 3A 00 00 00, so,我只能上传英文的纯文本文档,image
和含中文的统统不行,大牛知道中间除了什么问题吗?是binaryread出问题了?
heavyrain 2000-02-14
  • 打赏
  • 举报
回复
我也正好在做这方面的东东。http://www.chinaasp.com/program/fileup.htm上的所讲确实很实用。我已有下载,发到你信箱。
CJ 2000-01-19
  • 打赏
  • 举报
回复
文件上载。 浏览器可以通过 Posting Acceptor 应用程序将文件上载到 Web 服务器。可以编写 ASP 脚本来发送带有从 Posting Acceptor 传来的信息的 email,如每一个上载文件的位置和名称。请参阅 Posting Accepter 文档(在 Microsoft Site Server Express 的目录表中)。
skyxu 2000-01-16
  • 打赏
  • 举报
回复
其实IIS4.0本身就带有文件上载的activx控件,名字叫什么给忘了!
看看帮助就能查出来了,而且如果你通过microsoft的web发布向导用http
方式向IIS传送往页也是用的此方法!
zdg 2000-01-10
  • 打赏
  • 举报
回复
China ASP File Upload Beta 3 (build 33)
http://www.chinaasp.com/program/fileup.htm
应该是你要的东西...
zdg 2000-01-08
  • 打赏
  • 举报
回复
用VC++的CFTP类也可以实现文件传输...
zscao 2000-01-08
  • 打赏
  • 举报
回复
在<form></form>中加入一个file域<INPUT type="file" id=file1 name=file1>,
提交后在服务器端进行处理即可。
kxy 2000-01-08
  • 打赏
  • 举报
回复
CGIExpert的控件有例子.
To make edits to changes after they have been uploaded, you should use a tool like git rebase -i or git commit --amend to update your local commits. After your edits are complete: Make sure the updated branch is the currently checked out branch. For each commit in the series, enter the Gerrit change ID inside the brackets: # Replacing from branch foo [ 3021 ] 35f2596c Refactor part of GetUploadableBranches to lookup one specific... [ 2829 ] ec18b4ba Update proto client to support patch set replacments # Insert change numbers in the brackets to add a new patch set. # To create a new change record, leave the brackets empty. After the upload is complete the changes will have an additional Patch Set. If you only want to upload the currently checked out Git branch, you can use the flag --current-branch (or --cbr for short). diff repo diff [] Shows outstanding changes between commit and working tree using git diff. download repo download Downloads the specified change from the review system and makes it available in your project's local working directory. For example, to download change 23823 into your platform/build directory: repo download platform/build 23823 A repo sync should effectively remove any commits retrieved via repo download. Or, you can check out the remote branch; e.g., git checkout m/master. Note: There is a slight mirroring lag between when a change is visible on the web in Gerrit and when repo download will be able to find it for all users, because of replication delays to all servers worldwide. forall repo forall [] -c Executes the given shell command in each project. The following additional environment variables are made available by repo forall: REPO_PROJECT is set to the unique name of the project. REPO_PATH is the path relative to the root of the client. REPO_REMOTE is the name of the remote system from the manifest. REPO_LREV is the name of the revision from the manifest, translated to a local tracking branch. Used if you need to pass the manifest revision to a locally executed git command. REPO_RREV is the name of the revision from the manifest, exactly as written in the manifest. Options: -c: command and arguments to execute. The command is evaluated through /bin/sh and any arguments after it are passed through as shell positional parameters. -p: show project headers before output of the specified command. This is achieved by binding pipes to the command's stdin, stdout, and sterr streams, and piping all output into a continuous stream that is displayed in a single pager session. -v: show messages the command writes to stderr. prune repo prune [] Prunes (deletes) topics that are already merged. start repo start [] Begins a new branch for development, starting from the revision specified in the manifest. The argument should provide a short description of the change you are trying to make to the projects.If you don't know, consider using the name default. The specifies which projects will participate in this topic branch. Note: "." is a useful shorthand for the project in the current working directory. status repo status [] Compares the working tree to the staging area (index) and the most recent commit on this branch (HEAD) in each project specified. Displays a summary line for each file where there is a difference between these three states. To see the status for only the current branch, run repo status. The status information will be listed by project. For each file in the project, a two-letter code is used: In the first column, an uppercase letter indicates how the staging area differs from the last committed state. letter meaning description - no change same in HEAD and index A added not in HEAD, in index M modified in HEAD, modified in index D deleted in HEAD, not in index R renamed not in HEAD, path changed in index C copied not in HEAD, copied from another in index T mode changed same content in HEAD and index, mode changed U unmerged conflict between HEAD and index; resolution required In the second column, a lowercase letter indicates how the working directory differs from the index. letter meaning description - new/unknown not in index, in work tree m modified in index, in work tree, modified d deleted in index, not in work tree Was this page helpful? Let us know how we did:

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧