csv path problem with server / and \
I have a general server question:
In my csv file are picture paths like c:\picture\info.jpg
when I upload the csv file to my server the path should be: http://www.domain.de/picture/info.jpg
If I copy the complete folder to the server I have the problem with slash and backslash in my csv file and there is no domain like http://www....
How can I solve this Problem! Is there a possibility to create a serverfolder with the right path like http://www....
so that I can link from my local system to this path and at the end the server finds the pictures and the local system to?
CSV Table with Filter...???
Some difficult questions to Wilberts "great" csv solution:
Is there a possibility to show more than one entry at the same time? (like a table with images of the csv)? At this time the listbox has hundreds of entries and the user must click on each entry to get information: To Find out where the right information is, is not easy! That means a lot of clicks...I already sorted all entries and made more csv files, but it is not realy user friendly.
Now, I changed the csv File with some Category Fields:
1. main category
2. Category 2
That means, each entry of the csv File has now a special Category Field 1 and a Category-Field 2
My questions:
If I have for example 2 Listboxes to choose:
1. (Listbox 1) Main-Category and 2. (Listbox 2) this Second Category
Is there a possibility to filter now all the csv entries with Listbox 1 and Listbox 2 (Filter Text) and show the result in a table like an overview with pictures?