English 中文(简体)
j 有效载荷问题
原标题:jQuery Uploadify Question

首先 我在这里问起重载论坛,因为我希望能更迅速地回答我的问题。 =>

我正在使用一个光盘系统,供我的网站(Business Catalyst)使用,我没有服务器旁听。 我不能给人写信。 由于文件上载的特征,我谨使用上载。 我需要能够携带上载文件。 我不知道这是否甚至可能,但我要求看一下这是否可行。

A guy on the Uploadify forums said this: "You need a script like php, asp and so on for moving the file uploaded...But you can work this without php for your form file... Example:

myform.html and on it using your upload form"

我感到困惑不解的是他所说的话。

Any advice about what to do?

提前感谢!

最佳回答

在与这里的人和其他论坛发言之后(并支持企业目录) 我得出这样的结论:经商分析,你无法使用上载设备。 由于你没有服务器的旁边接入,因此无法建立这种设施,以便适当开展工作。

问题回答

想说的是:

  • You can write your page with an uploader (using uploadify or any uploader) normally
  • But, for the file to be uploaded phisically, the server has to be configured to accept uploads from your page
  • Also, to be able to do something with your file in the server (for example, move it or save it to database), it has to be done with a server scripting language: (php, asp.net, ruby, etc)

因此,你可以用上载设备建造你的网页,但无法保证在服务器上保存文件。

希望这一帮助。 卡车





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签