TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC: Automating jobs

2 点作者 sangguine大约 17 年前
For work, I have to upload a report to the server everyday. I am wondering if there is a way to automate this. The only internet browser that we can use is IE6. Is there some kind of script that I can write to make my life easier?<p>Here is the procedure: 1. I go to a page in the intranet in IE. 2. I click on "Browse" and browse for a file to upload. The file is in this format: report_mmdd.xls. So, I choose a file for that particular day (mmdd). 3. I click "Send"

2 条评论

michael_dorfman大约 17 年前
The fact that you a) don't know how to do this, and b) don't have a choice over which browser to use leads me to conclude that a) your company has an IT department, and b) you're not in it. I suggest you get in touch with them, as although the task you wish is simple, they're not going to be happy being stuck supporting some code they didn't write, that one of their users "got off the internet somewhere."
goofygrin大约 17 年前
you're just posting a form to the server. You can pretend to be IE in code and send the same HTTP traffic that the browser would send (use fiddler to watch the traffic and mimic it).
评论 #187761 未加载