的RESOLVEURL這裏工作正常,並生成所需的路徑<a href='<%= Page.ResolveUrl("~/HomePage.aspx")%>'>Home</a>
Page.Resolve不工作作爲預測
但這裏
$(document).ready(function() {
upload1 = new SWFUpload({
// Backend Settings
upload_url: '<%= Page.ResolveUrl("~/UserProfile/Photos.aspx") %>',
不產生路徑正確剛剛/UserProfile/Photos.aspx
是擺在那裏。
都在不同的頁面上。
編輯 我的期望輸出應該是www.domain.com/UserProfile/photos.aspx
當我用這個方法對我的發展mahine它工作正常,併產生/applicationname/UserProfile/photos.aspx
但不能與生產環境。生產環境中的應用程序是www.domain.com/wwwroot/Userprofile/photos.aspx
。 和文件SWFuploader在相同的Photos.aspx頁面上。
你的問題我不清楚,什麼是之間的'〜/用戶配置/錯誤Photos.aspx'和返回的'/ UserProfile/Photos.aspx'? –
我想這個問題真的應該是 - 你期待輸出是什麼?它可能是這是不是你需要調用.. – Darren
請檢查編輯正確的方法... –