By radu_d on
Hi,
I want on my site to have a html form to upload files.
I cannot use a drupal form because I want to post it from another app (.net)
My approach was to add a new menu item "site/upload" using hook_menu.
On the function associated to this menu item i got the $_FILES variable empty.
Do you know how can I achieve this?
Thanks,
Radu
Comments
Drupal / .net integration.
I know The Economist uses Drupal and .net on an IIS server, so while it may not be the most common configuration, you aren't alone.
If I do a Google search for .net Drupal integration, I see there are some good resources here listed at the top of the search results. Maybe they will help you troubleshoot this issue if you haven't looked there already?
HTH. :-)
See you at the Drupalcon!