in reply to Re^2: File not getting uploaded
in thread File not getting uploaded
Hwo do you reconcile the following two statements by you:
andstill file not gets uploaded.It should be in the same dir as cgi script.
default directory is current directory of cgi script +"/files".
I highly recommend reading jQuery::File::Upload and finding out where the error logs for your webserver are stored and getting access to them.
Maybe you also want to make sure that the default upload directory does exist and the user the web server is running as, and/or the user your script is running as are allowed to create files in that directory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: File not getting uploaded
by raks_diamond (Initiate) on Sep 24, 2013 at 15:46 UTC | |
by Corion (Patriarch) on Sep 24, 2013 at 16:01 UTC | |
by raks_diamond (Initiate) on Sep 25, 2013 at 06:47 UTC |