Jump to content
  • 0

Problem z plikami załączanymi przez klientów (upload) / Plik .jpg załączony przez klienta pobiera się jako .html ?!


KamilCh

Question

Witam, 

Od pewnego czasu mam problem z plikami graficznymi, które załączają klienci. 

Klient załącza plik .jpg i w podglądzie wszystko się wyświetla normalnie jednak kiedy chcę pobrać plik do obróbki to pobiera się on w formacie .html (jeśli po prostu naciśnie się na grafikę) lub .txt jeśli skopiuje się adres url grafiki i otworzy w nowym oknie?!?

Nie mam pojęcia dlaczego się tak wydarzyło i jak to naprawić....

 

Opera Zrzut ekranu_2022-04-27_094958_natare.pl.png

bandicam 2022-04-27 09-52-01-732.jpg

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

W pliku .htaccess mam tylko coś takiego:

<IfModule mod_mime.c>
    RemoveHandler .php .phtml .php3 .php4 .php5
    RemoveType .php .phtml .php3 .php4 .php5
</IfModule>
<IfModule mod_php5.c>
    php_flag engine off
</IfModule>

<IfModule mod_headers.c>
  Header set Content-Disposition "Attachment"
  Header set X-Content-Type-Options "nosniff"
</IfModule>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...