Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
477 views
in Technique[技术] by (71.8m points)

html - Can't get the complete address while uploading a file

I want to send the mail as an attachment from HTML pages to mail server, but whenever I upload any file from HTML page, I'm not getting its complete address. I'm just getting its end name. How can I enable my HTML page to track down the complete address of my file? Do I have to do anything special for it?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You are not able to get the full path of the uploaded file. That is a security risk that browsers have been clamping down as of late.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...