Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How can i don't use the resx extension?
How can i don't use the resx extension?
Last post 12-18-2009, 12:00 AM by
Evan
. 4 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-10-2009, 9:39 PM
57701
Evan
Joined on 12-11-2009
Posts 3
How can i don't use the resx extension?
Reply
Quote
Hi all,
For example,
if i upload the camera.jpg, it will chane file name to persisted.f7bfa827-22a1-4414-88dd-e181df19cd89.camera.jpg.resx
how can i don't use the resx extension?
thanks
12-10-2009, 11:58 PM
57702
in reply to
57701
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How can i don't use the resx extension?
Reply
Quote
Hi,
That is a temp file in a temp location.
You need move it in the FileUploaded event.
Regards,
Terry
12-16-2009, 7:26 PM
57801
in reply to
57702
Evan
Joined on 12-11-2009
Posts 3
Re: How can i don't use the resx extension?
Reply
Quote
Hi,
Ok, the problem has be solved.
So, those temp files always be there when a file upload?
thanks for your help.
12-16-2009, 10:27 PM
57807
in reply to
57801
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How can i don't use the resx extension?
Reply
Quote
Hi,
Everytime the uploader load, it will maintain the temp folder every a few minutes.
If a file's modifition time is older then 6 hours, uploader will delete it.
So you must process the temp files in 6 hours.
Regards,
Terry
12-18-2009, 12:00 AM
57830
in reply to
57807
Evan
Joined on 12-11-2009
Posts 3
Re: How can i don't use the resx extension?
Reply
Quote
Hi,
Ok, Sincerely thank you