Yes, right now I do this:
1) client send the partial filename queue to server e.g. *file*
2) server sends the filename it finds back to client
3) client sends file requests to server again
4) server returns the file
This means I need to make to two requests in order to avoid using
wxFile.
What should be done is:
1) client send partial filename queue to server
2) server returns the file
I guess what I do works anyways, but I don't understand enough about
Apache to be able to do it better.
On Aug 10, 7:05 pm, Franky Braem <
franky.br...@gmail.com> wrote:
>
whoisterence...@hotmail.com schreef: