PDA

View Full Version : is this possible with MaxScript


mustan9
08-20-2007, 08:16 PM
Hi all,

I have a PHP script on my website that can accept file uploads from a posted form. Is it possible to send files to the PHP script from inside MaxScript. As a post method?

If that's not possible the other option I have is to log in via FTP, and upload the file. I don't want to do that because of having to provide user accounts on the FTP server. A posted file upload would be so much cleaner.

Any ideas?

Thanks,

magicm
08-20-2007, 08:37 PM
Does the script need to be able to upload files without a UI? If not, you could try the System.Windows.Forms.WebBrowser (http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx) control and upload the file(s) from there.

Martijn

CGTalk Moderation
08-20-2007, 08:37 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.