in reply to Re: questions regarding jQuery::File::Upload (REQUEST_URI)
in thread questions regarding jQuery::File::Upload

thank you tye

but you may notice that I mentioned the server-side php script works well.

so, it seems not the problems of environment setting.

  • Comment on Re^2: questions regarding jQuery::File::Upload (REQUEST_URI)

Replies are listed 'Best First'.
Re^3: questions regarding jQuery::File::Upload (REQUEST_URI)
by tye (Sage) on Apr 04, 2014 at 17:57 UTC

    You might want to re-read what I wrote more carefully as I wasn't blaming your environment. I was suggesting a small change to make in the code of that module.

    - tye        

      oh, I see; I'll give it a try. Thanks Tye.

      it seems not the script either.

      As I can have the JSON.parse error

      I think this means that there is some parsing problems after I change php code to perl code

      And actually I found the files have already been uploaded with temp names

      Now, I am really confused how to solve this problem.