Uploading Apple Numbers or Pages files saves as a Zip #35851
Unanswered
adampatterson
asked this question in
Q&A
Replies: 1 comment
-
For now I am going to validate against Apple docs to prevent this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was testing some document uploading today and since I don't have Microsoft Office I chose to upload a Numbers and Pages file.
I know that a lot of Apple files are just zip.
$request->file('document')->extension()
will return in zipIs there a good way to handle uploading these files so that I can keep the extension?
Beta Was this translation helpful? Give feedback.
All reactions