English 中文(简体)
为文件上传创建进度栏并将其移动到 Amazon 服务器
原标题:Creating progress bar for file upload and moving it to Amazon server

我在 PHP 的图像上传功能上工作, 我上传时会使用 < parget@ code> swfuploader < /code_%/ strong > 来显示上传进度栏。 但是问题在于上传图像后, 我正在创建上传图像的缩略图( 这将花费一些可谈判的时间), 并将原始图像移至亚马逊服务器 。 但进步栏显示仅用于上传到我们的服务器, 而不是上传到 amazon 服务器 。 我所需要的是显示进度栏的一种方式, 它应该包括将图像移动到 < em> Amazon 服务器 < / em > 。 任何关于此选项的建议都会非常感激 。

最佳回答

""http://www.ivarch.com/programs/pv.shtml" rel="no follow" >Pipe Viewer 将允许您监测几乎所有进程的进展。

从此您可以将进展反馈到您选择的演示中, 我建议您在您选择的演示中, < a href="http://docs.jquery.com/UI/UI/Progressbar" rel=“ no follow”>jQueryProgresprop Bar , 因为它非常多才多艺,易于设置,并有很多范例辅导, 以防您卡住

问题回答

暂无回答




相关问题
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 ...

热门标签