This topic is locked
[SOLVED]

 import does not work

5/20/2015 8:15:34 AM
ASPRunnerPro General questions
O
oconstance author

Hello.

i am trying to use asprunner to allow my users to export and reimport data.

the export function works, but i can't get the import function to work.
I have tried to

  • export data as CSV, modiy the data and reimport
  • export data as CSV in a file, delete the records from the database and import the file
    but i doesn't work.

    if i look at my server, i can see the file appearing in the tmp folder
    ex:


when i drag and drop the file, i get this


and the file appears in the tmp directory
when i click import data, the buttons disappears


And when i get back to the list, nothing has change
here are the website parameters :


and the application pool parameters


Please, tell me what's wrong.

admin 5/20/2015

An excerpt from http://xlinesoft.com/asprunnerpro/docs/edit_page_settings.htm#exportimportpage

Note: since ASRunnerPro creates temporary files used for import preview in templates_c folder under output directory, web server user needs to have write permissions on this folder.

O
oconstance author 5/20/2015

Ok, i had seen it for the tmp directory but missed the templates_c.
It works now.
Thank you