Administrators Nathan Posted May 31, 2012 Administrators Share Posted May 31, 2012 I was uploading some materials to the Premium Members section earlier and ran into an error: Error No file was selected for upload I couldn't figure why I was getting the error because in my PHP configuration I had already changed from I think 8MB to 50MB years ago when setting up my system. upload_max_filesize The file I was trying to upload was only 14MB, so what gives? Turns out it was an easy fix, I just had to increase my post_max_size as well to 50MB. The way PHP works if it's over that limit then IP.Board never gets to see the file. samerfvt 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.