English 中文(简体)
4. 使用图象的安信片和有电话的html
原标题:Android post image using intent and html with phonegap

我如何把形象带到html档案中,在那里,你还撰写了有关这一内容的描述,并张贴到网络服务器上? 利用该法典从彩礼中分享到行动。 另外,《意向法》也以示意图。

    Intent intent = getIntent();
    if(intent.getAction().equals(Intent.ACTION_SEND))
    {
        Uri data = intent.getParcelableExtra(Intent.EXTRA_STREAM); 
        if (data != null) {
        data.toString();            
        super.loadUrl("file:///android_asset/www/i2.html#" + data);
        }
    }

这种负荷和数据是图像途径。 但是,联合材料不允许对投入类型“文件”进行估价,因此需要另一种方式。 任何建议?

问题回答

Okay, couple of issues here.

  1. 您可以预先确定投入类型文件的价值。 为什么? 如果有人制造了隐蔽的档案材料,用~/word字预先填满,并在不知道的情况下上载? 这是一种明显的安全风险,没有体面的、半途的尊重浏览器就能够这样做。

  2. 如果数据是图像的缩略语,那么在您的html来源代码中,你可以撰写一些java字母,将URL文件捆绑起来,以便获得尿素,并产生/确定显示图像的成像元素。

  3. 如果你想把图像上载到另一个地方(real)互联网上的服务器上(例如,不向当地资产,而是向现场服务器),那么,你将不得不对类型档案进行点击输入,用户自己选择图像。 您是否通过将图像档案保存到一个容易进入的地点,如SD卡的根基,或甚至其图像/图像或下载的夹,然后指示其上载正确的图像——你在数据变量上有完全的路径,这样就能够显示并且用户选择该文档。

  4. 如你所知,你无法通过美国宇宙航空研究开发机构哨所上载文件,你必须填写真实的html表格。 您可以采用表格使这种更清洁(对用户而言),但是,由于你(似乎)只有1个图像正在上载,因此,密码的复杂性似乎比有用。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签