|
Yes this is a server issue because bulkupload is a POST command and goes right to processing. If you use uploadphoto which either posts ONE PHOTO or forwards to bulkupload it is a GET command and thus is limited by your server uri to the limit of what can be passed by that GET command.
|