开发者

can an form element <input type=file > take an online image as value?

for example value="http:/开发者_运维知识库/imgur/someimage"


No. You have to save the file locally before you can upload it.


Nope, it can't.

You would have to make it a text input, and fetch the image on server side.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜