Tagged Questions
3
votes
2answers
688 views
PHP file_put_contents File Locking
The Senario:
You have a file with a string (average sentence worth) on each line. For arguments sake lets say this file is 1Mb in size (thousands of lines).
You have a script that reads the file, ...
0
votes
1answer
147 views
How to synchronize web page refresh with file upload from windows application?
I have a rather simple app in .net which uploads images in fixed intervals in an ftp server.
The file name is specific.
I need to have a web page that refreshes but i want this to happen only when ...