Upload xlsx files

See all posts See thread Reply

Re: Upload xlsx files new!
by colin, 1 year, 6 months ago
Your PHP setup doesn't allow exec(), so you cannot use the Unis file command. And the next available method is mime.magic, but here again your file is detected as application/encrypted.

You need to set up your OS so that MIME detection returns something more meaningful for your files.Reply
Re: Upload xlsx files new!
by Ray, 1 year, 6 months ago
Thanks for info.
I thought allow exec() would be a risk?!
So I can remove it from the array.Reply
Re: Upload xlsx files new!
by Ray, 1 year, 6 months ago
Removed exec from php configuration but result is still the same-> upload failed.
I suppose the files are corrupt or something inside the files prevent the correct upload, may some filters or entries etc.
As upload succeeded with xlsx files created on my own there is no need for further investigations.
Thank you for quick answering and help, I appreciate your work.Reply