473,440 Members | 1,672 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,440 software developers and data experts.

Client Temporary Internet File Update

3
Didn't know exactly where this one would go so I posted here and in HTML/CSS.

I'm using HTML+TIME. When it is used on the client site browser it downloads the file play.asx, but when I update that file on the server side (eg add other songs to the file) the media player still uses the original file downloaded on the client side. How can I update the file on the client side using html, javascript, or another language.

Thanks!
Jul 20 '07 #1
1 1601
gits
5,390 Expert Mod 4TB
hi ...

you posted your question in the articels-section rather then to the forum. i moved it across for you, so that the experts there may find and answer your problem ...

please post the html that is related to your question ... however: generally you may set the src of any file you don't want to be used from cache with a unique request param (timestamp or random number) through javascript like:

Expand|Select|Wrap|Line Numbers
  1. somthings.src = 'your_src_name' + '?' + (+ new Date);
  2.  
may be that's of some help to you and

kind regards
Jul 21 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Nicolás Castagnet | last post by:
Hi, I write this post because I notice a strange behavior related with "Temporary Internet Files" and maybe some of you can help me to understand it. I am working in a web application with...
5
by: rogersw8n | last post by:
Some how, some way the account that creates folders under Temporary Internet files has been changed to a domain account for VS 2003 and VS 2005. I recently installed VS 2005. All seemed to be ok...
8
by: Irfan | last post by:
hi, I created a setup file using the Publish Wizard in Visual Studio 2005 and installed the software in the client machine. Now I want to update some of the installed files in the client...
2
by: kramas | last post by:
Didn't know exactly where this one would go so I posted here and in Javascript/AJAX. I'm using HTML+TIME. When it is used on the client site browser it downloads the file play.asx, but when I...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.