Jump to content
  • 0

Скачивание по ссылке


vitaliy2018
 Share

Question

<div class="newsletter_form">
                  <form>
                    <input type="text" placeholder="Скачать прайс PDF"/>
                    <input type="text" placeholder="+ презентация"/>                    
                     <button><a href="files/1.pdf" download>
                      Скачать</a></button>
                    <div class="clearfix"></div>
                  </form>
                </div>

http://vitaliykurzaev.ru

В IE и в Мозиле не скачивается презентация, а гугл Хроме и Опере все норм. 

Добрые  люди подскажите что я не правильно сделал?  Может лучше на php отдать обработку форму и нажатие кнопки, скачивал примеры, но не получается настроить на норм. скачивание.

Всем спасибо если направите в нужном направлении.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

<form>
                    <input type="text" placeholder="Скачать прайс PDF"/>
                    <input type="email" placeholder="+ презентация"/>                    
                     <button><a href="https://cloud.mail.ru/public/42nJ/cemKBAf97" target="_blank">
                      Скачать</a></button>
                    <div class="clearfix"></div>
                  </form>
                </div>

 

:-( И это мне тоже не помогло. Даже по ссылке IE и Мозила не работает норм. Хром и Опера нормально все.

Link to comment
Share on other sites

  • 0

Всем привет! Спасибо огромное человеческое. ВСе работает теперь. Все варианты помогли. Даже разобрался как с сервера отдавать файлы из папки например все файлы !

<div class="newsletter_form">
                  <form>
                    <input type="text" placeholder="Скачать прайс PDF"/>
                    <input type="email" placeholder="+ презентация"/>                    
                     <a href="https://cloud.mail.ru/public/42nJ/cemKBAf97" target="_blank"class="btn btn_fb">Скачать
                     </a>                      
                    <div class="clearfix"></div>
                  </form>
                </div>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy