是否可将档案上载到一个领域以外的一个领域,该书的本面来自?
例如,如果将文件存放在上,example.com
,那么以下文字就会违反同一来源政策(http://www.uploadification.com”rel=“nofollow noreferer”>uploadification):
<!-- from http://www.example.com/upload.html -->
<input id="fileInput" name="fileInput" type="file" />
<script type="text/javascript">// <![CDATA[
$(document).ready(function() {
$( #fileInput ).uploadify({
uploader : uploadify.swf ,
script : http://upload.example.com/uploadify.php ,
cancelImg : cancel.png ,
auto : true,
folder : /uploads
});
});
// ]]></script>
我没有看到关于同一来源政策的明确提及,该政策将指明单向或另一边,这是否是任何浏览者的问题。