English 中文(简体)
在20个秘密之后自动保存文件
原标题:Automatically saving doc file after 20 secs [closed]
  • 时间:2011-10-01 10:37:15
  •  标签:
  • php
Closed. This question needs details or clarity. It is not currently accepting answers.

i) 正在实施一项营地方案,该方案要求每10个安全区后保存狗档案。 口号不应要求拯救道路。 事实上,我已经撰写了一个开放文件的程序。 档案应当从档案开启的准确地点保存。

问题回答

如果我正确理解你的话,你想要做的事情是不可能的(过去)。

对于从浏览器的网页下载的遥远档案,没有标准或程序进行现场编辑。 档案将下载到一个临时地点,并从那里开放。

Hence, any notion of providing an auto-save mechanism from PHP or JavaScript is completely impossible. The client application will have to do that.

如果你想要将下载和在当地编辑的文档上上载到网站,那么,你将需要为用户提供上载表格,以便其手工操作。 (Which是一种可耻和完全不可靠的行为,但这种技术正是目前的方式。)

由于网络技术的安全原因,不可能做到。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签