Git Product home page Git Product logo

Comments (7)

CTOlet avatar CTOlet commented on July 29, 2024

Hi,

I cannot help you according to your pure explanation. Could you give me more information about scenario, any screenshots and logs, file information?

from yii2-attachments.

philippfrenzel avatar philippfrenzel commented on July 29, 2024

Hi,

thanks for your answer, here is what reproduces the issue:

  1. Multiple Upload = false
  2. Upload single file - thumb is getting created
  3. in temporary upload folder, the uploaded file is written
  4. by clicking upload - a new temporary - empty folder is getting created the "first" stays in folder system
  5. frontend -> fails with message as described above
  6. the temporary folders keep within the server file system
  7. no record written to attachfile table

Browser Logs don't show any error message...

I have a docker stack with centos 7 - everything else runs fine within the machine... I can upload images for a gallery fine...

Thanks Philipp

from yii2-attachments.

 avatar commented on July 29, 2024

Я тоже частично столкнулся с такой порблемой, сценарий таков:

  1. Выбираем файл для загрузки, он появляется в форме
  2. Нажимаю кнопку в футере картинки "Загрузить файл", загрузка проходит нормально
  3. Нажимаю кнопку отправки формы, вылетает сообщение "No valid data available for upload.", форма не прошла валидацию, поле подсвечивается красным
  4. Жму сабмит повторно, форма так же не проходит валидацию, но страница обновляется, фото прикрепляется...
    В чем может быть проблема?

from yii2-attachments.

itcake avatar itcake commented on July 29, 2024

image
image
while I don't change the image,then can't submit the form.how to resolve? thank you!

from yii2-attachments.

larry-tx avatar larry-tx commented on July 29, 2024

I'm having the same issue. This apparently has to do with some recent changes because I was able to upload files back in July. There are no messages if any kind relating to the upload in runtime/app.log. I have tried saving the file in various formats; it does not help resolve the issue. My common/config/main.php looks like this:

'attachments' => [
                'class'     => nemmo\attachments\Module::className(),
                'tempPath'  => '@app/uploads/temp',
                'storePath' => '@app/uploads/store',
                'rules'     => [ // Rules according to the FileValidator
                                 'maxFiles'  => 10, // Allow to upload maximum 3 files, default to 3
                                 'mimeTypes' => [
                                     'application/excel',
                                     'application/msword',
                                     'application/pdf',
                                     'application/x-pdf',
                                     'application/x-visio',
                                     'audio/mpeg',
                                     'image/gif',
                                     'image/jpeg',
                                     'image/png',
                                     'image/svg+xml',
                                     'text/plain',
                                 ],
                                 'maxSize'   => 1024 * 1024 * 1024
                ],
                'tableName' => 'attachments' // Optional, default to 'attach_file'
            ],

nemmo attachments

from yii2-attachments.

larry-tx avatar larry-tx commented on July 29, 2024

I also tried uploading a PNG with the same results.

from yii2-attachments.

larry-tx avatar larry-tx commented on July 29, 2024

The good news is that the extension dlds/yii2-attachments works just fine without any errors. Unfortunately, it's not quite as full-featured as the nemmo extension, but unlike the nemmo extension, it does work.

from yii2-attachments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.