Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
portraitmaker  
#1 Posted : Tuesday, November 11, 2003 9:02:00 PM(UTC)
portraitmaker

Rank: Member

Groups: Member
Joined: 10/30/2003(UTC)
Posts: 12

Is it possible to send the image file name that is being uploaded rather than just assigning a number to the image?
It looks like it just uploads a number with ImageN or am I overlooking something?

Stephen
Andrew  
#2 Posted : Wednesday, November 12, 2003 2:22:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Stephen,

Image Uploader sends files in the same way as it does IE when you upload file via input field. It means that you can get filename in the same way as if you use input field. For example on ASP.NET it will be:

Code:
Dim strFilename As String
strFilename = Request.Files("Image" & I).FileName


========================================================
02/14/2008, Fedor
This topic is out of date. This sample works with Image Uploader 1.x only.

The names of POST fields were changed.
========================================================

Edited by user Wednesday, October 29, 2008 3:26:44 AM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Similar Topics
How to remove the _Thumbnail1.jpg from thumbnail image name (Discussions – ActiveX/Java Uploader)
by zhenl 1/24/2011 8:16:27 PM(UTC)
Display Image Name (Discussions – ActiveX/Java Uploader)
by Fourche 4/15/2008 11:27:51 PM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.