Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox Can't find file in location specified.

  • 5 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par Yonathan

more options

Cant find file at location:

/Users/yonathantareke/Desktop/“save.htmlâ€


I am trying to send information from my form to the specified location but firefox cant seem to locate the file on my computer. It is a simple action method from an HTML form.

Cant find file at location: /Users/yonathantareke/Desktop/“save.html†I am trying to send information from my form to the specified location but firefox cant seem to locate the file on my computer. It is a simple action method from an HTML form.

Toutes les réponses (5)

more options

Why are there strange characters (“ and â€) at the start and end of "save.html"? Could they be part of the problem?

more options

It would be nice if I new exactly what was causing that issue, however that isn't the case. The whole file path shouldn't be their in the first place, as it wasn't specified in the action.

more options

You have to give the whole file name, including its path.

more options

You get such “save.html†characters if text with Unicode characters is interpreted as ANSI

It would be best to avoid such special characters in file names and remove or replace them with valid characters when saving the file.

more options

I think that is my problem. Besides using this software are there any other settings that can be configured to prevent this from happening.