Hi, I am attempting to set up PHP File Uploader in a form using ManualStartUpload, so that the files get uploaded when the form is submitted. I'm getting the error:
Error: [8] Undefined index: UseUploadModule
Thanks,
Jack
Hi bluehatdesign,
Can you post your uploader page url here? So we can check it for you. Or you can send it to Kenneth@CuteSoft.net.
Did you tried the manually start upload example page of the demo under your site? Does it get the same problem?
Regards,
Ken
Thank you Ken,
The problem was in my PHP code, calling with $fileguidlist NULL.
Best,
Hi Ken,
I thought I had this solved, but it turns out I'm still getting the same error. I believe that $fileguidlist is not getting set.Here is the code I'm attempting to run:
Thanks!
The code you provided has some problems. can you remove all nunecessary code so I can test the page directly on your end?