I think this is related to javascript file not loading in time. If you click upload icon once and again after a sec it should load?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-06-17
You are right. Second click to import button gets import window but i can't upload file because "failed Cannot move file to upload dir!" error. I changed mod of "csvupload" folder to 777 but it doesn't help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
but then render the same empty page as above. But at that point I can click on SHOW which will list content of uploaded file and will give option to import.
One thing needs review - to import you HAVE TO click on SHOW otherwise neither scroll bar nor option to import (3.) will show up.
Last edit: Mariusz J. Handke 2013-06-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Go ahead and close that one. You were right. When I was checking out with svn user:group was changing into svn:svn and I must have forgotten about that at some point.
Anyway about that error I was pointing out - you have it defined in CSVimportVerify.php at the end
Hi, you should check apache logs for additional details. I assume you are using development version?
You bet, 307 now, I will run through that and will let you know
Yep, same here in development.
Nothing obvious in apache's logs, no errors at all, strange export works, tested in chrome, ff, ie
that's all I get
I think this is related to javascript file not loading in time. If you click upload icon once and again after a sec it should load?
You are right. Second click to import button gets import window but i can't upload file because "failed Cannot move file to upload dir!" error. I changed mod of "csvupload" folder to 777 but it doesn't help.
Yep, double click works though the issue with file is still there, you can see below var_dump($_FILES) as well
What I have noticed is that the form is missing method="POST" as below:
It does upload after method being added though does not import data. All I get is
Last edit: Mariusz J. Handke 2013-06-18
ah...
https://github.com/blueimp/jQuery-File-Upload/pull/2031
Closed: Incompatible with JQuery 1.9
Will try to find some other fix.
Super, looking forward
Would you mind testing it?
No probs just got home, give me few minutes
OK so if the file import.csv/import.xls does not exist in csvupload I'm getting error on the form
which then renders below on empty page
When I create empty file it ends up with below
but then render the same empty page as above. But at that point I can click on SHOW which will list content of uploaded file and will give option to import.
One thing needs review - to import you HAVE TO click on SHOW otherwise neither scroll bar nor option to import (3.) will show up.
Last edit: Mariusz J. Handke 2013-06-18
If upload does not work check permissions on admin/upload folder.
What do you mean by "which then renders below on empty page" > how can I reproduce this?
Yes, you have to upload, click show file to verify and then import.
Go ahead and close that one. You were right. When I was checking out with svn user:group was changing into svn:svn and I must have forgotten about that at some point.
Anyway about that error I was pointing out - you have it defined in CSVimportVerify.php at the end
It triggers when some error happen by means of below proposition being false
According to:
I can see
meaning
To repro:
Last edit: Mariusz J. Handke 2013-06-20
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
hello, was this issue solved? :)