<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[email protected] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
<p>Additionally, a 500 Internal Server Error
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at domain.com Port 80</address>
</body></html>
iOS developers can tried to send image to PHP server. But they are getting an error like above
How can i resolve this issue?
is it in iOS code issue or PHP side issue?
by using this URL they are sending me multiple images but if it is single image it's working fine but trying to send multiple images it's not working: https://charangiri.wordpress.com/2014/09/22/how-to-upload-multiple-image-to-server/
