Currently I am working in the integration of OSTicket to provide a better way to support customers.
My client has a DotNetNuke site and I have to integrate a form with OSTicket.
DotNetNuke and OSTicket are hosted in different sites and have different domains.
So far, I'm able to create a new ticket using the system (not directly sending data to MySql) but now i need to send attachments with the tickets
My main question is how to send a file using post with asp.net to php and how handle the sent file with php
EDIT: I can't create a form and point it to the php file:
a) For some reasong, all forms i create on WebUserControls for DNN dissapear b) The User never has to leave the site