Hi,
In one of my apps I have been using Plupload (
http://www.plupload.com/) for fancy multifile uploading.
It has all been working fine, but i've upgraded to NT7.18 and now its not working.
Its all a bit complicated and i'm just after some clues as to where to start diagnosing.
The plupload system is still working and is doing a POST like it used to, at the moment the NT server doesn't save the file.
In NT6.37 I just created a NetWebPage (which is where the plupload POSTs to) and the NT Server would save the file - magically
- and my code inside the NetWebPage would then resize, move, etc.
Everything still operates as it did before, except the file is no longer "magically" saved anywhere for me.
My question, is with all the changes to the uploading system, is there anything I need to do let the NT Server know that I want the file saved when it is part of a normal POST (that essentially originates outside NT - well via a JS library).
Oh, and I do like the work thats been done, on the upload system, and I now use it for more normal upload stuff, but the plupload system, is sexy and I want to continue to use it so replacing it with the new system is only a very last resort.
Regards
Bill