-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundException when uploading PDF #95
Comments
I've never had any issues uploading pdf's with this package. Are you defining styles for the attachment that you're uploading the PDF with? |
Maybe 'files' => true in the form definition? |
Hello, I have some problem regarding this issue. Any update for this? |
I have some problem too. this problem was occured when hasAttachedFile have styles options this is not good
it works fine
at codesleeve/stapler/src/Attachment.php ,
I think need skipping for this loop if non image given and style dose not original like this
Thanks a lot. |
Hey. Been using this package for a while now, working well until recently. For a particular model I'm using a PDF as an attachment.
Works fine with image file types (jpg, png, etc). But PDF's throw the error below. Getting this same error both locally and on my server hosted with Digital Ocean managed by Laravel Forge.
The text was updated successfully, but these errors were encountered: