• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help - Post Image - getting UPLOAD_ERR_PARTIAL

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have used the following forum thread to help me try to post an image taken from the camera, to my web server.

https://coderanch.com/t/227896/JME/Mobile/sending-image-server-HTTP-connection

However, I never am able to recieve the image to my PHP script as it has the error UPLOAD_ERR_PARTIAL.
My web host does not allow me to configure the php.ini file so I cannot change the max_input_time from being set to 60 - which could solve this problem.
Does anyone have any advice?
would posting to a perl script/cgi help me here? and if so, does anyone have an example of an upload script in pl/cgi that would allow me to get this image as specified in the link :

https://coderanch.com/t/227896/JME/Mobile/sending-image-server-HTTP-connection
 
Check your pockets for water buffalo. You might need to use this tiny ad until locate a water buffalo:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic