Rank: Newbie Groups: Member
Joined: 2/11/2008 Posts: 1
|
Is it possible to receive HTTP uploads on my server that were not submitted with the AJAXUploader object? In other words, If I have a software application that is capable of POSTing a file to a web server can I use the AJAXPostedFile object?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
AJAXPostedFile goes with AJAXUploader. So if the file is not posted by AJAXUploader, there will be no AJAXPostedFile object. You can still use other methods/components/software to upload the file without any problem --- except for that upload would have nothing to do with AJAXUploader/AJAXPostedFile. You would use whatever you were using to access those uploaded files.
Thanks
|