Page 1 of 1

Feedback via HTTP POST

Posted: Wed Jul 12, 2006 11:08 pm
by garethhayter
Does anyone know how to get around the limitation of using the querystring to submit feedback to a website using 'Download File'? Sending data via a querystring severly limits the amount of data that can be sent, as a querystring has a max length. Does anyone know how to implement a better solution that allows more text, such as using HTTP POST or something similar?

Thanks,
Gareth.

Posted: Thu Jul 13, 2006 8:04 am
by sinan
You could build a plug-in that mimicks the Download File interface and uses POST instead of a querystring. If you post it in the plug-ins section of this forum, other users can also leverage your work.