TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sam Okeh
NA
114
0
Listening to .WAV file on the server. How do I do this?
May 22 2019 9:08 PM
Greetings,
I have a table called audiofiles with two important fieldnames, fileID and filename.
The value for filename looks like this:
cv9330033.
However, on the server, the filename is stored like this:
vook_cv9330033.wav
On my summary page, I have a link:
<asp:HyperLinkField DataNavigateUrlFields=
"uuid"
DataNavigateUrlFormatString=http:
//servername/folder/play_audio.aspx?filename='vook_'{0} " +".wav" Text="Listen" />
I can get this link to reach the filename on the server and play the .wav recording.
Any ideas
Reply
Answers (
1
)
There was an error running the selected code generator
private const string ConfigurationFilePath = "config.json";