Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

How to get the full path of the upload file by the user,it works in IE but in FireFox 18 it just gives file name instead of fullpath

  • 1 პასუხი
  • 3 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 5 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

I am using Fire Fox 18.0.2,I could not able to get the full path of the file upload but it works in IE,where as in Firefox it just gives only the file name with extension.How to get the full path of the upload file.

I am using Fire Fox 18.0.2,I could not able to get the full path of the file upload but it works in IE,where as in Firefox it just gives only the file name with extension.How to get the full path of the upload file.

ყველა პასუხი (1)

This is a security feature, preventing scripts from accessing the full path of a file to be uploaded using <input type="file">.

In earlier versions of Firefox, your script might have asked the user's permission to access privileged information, but this feature was removed in the past few versions of Firefox.

Why do you need the full path?