I created a LaBVIEW web server , I want the users to upload a file and post some data(by browser such as chrome) to the server, and immediately get jump to a page full of hyperlinks, in with the user can click the hyperlinks to get the files just uploaded.
but , after I PUBLISH the server ,the server can refreash the hyperlinks but the new hyperlink(after user upload a file) is valid, showing a 404 code .
while ,if I BEGIN the server,it works well , the newly appeared hyperlinks can open the uploaded file properly .
what is wrong ? what shall I do?.