Does "/Forms/Upload.aspx?RootFolder=" is language independent for New Folder command?

URL from "New Folder" command of SharePoint ribbon will always have "/Forms/Upload.aspx?RootFolder=" in all sharepoint languages ?
When "New Folder" from Sharepoint ribbon is hit then  window.location.href contains "/Forms/Upload.aspx?RootFolder=".
I just wanted to make can we depend on this string to differentiate between New Folder and other commands on sharepoint ribbon.
Thanks in Advance.
- Shwetank
shwetank

Hi,
I think that you misunderstand the application page in SharePoint.
Application pages are stored on the file system of the front-end Web server in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS directory and exist for every site in a Web application. This folder is mapped to an
Internet Information Services (IIS) virtual directory called _layouts.
Every site and subsite will have access to the application pages by using the _layouts virtual directory. For example,
http://myserver/_layouts/settings.aspx and
http://myserver/subsite/_layouts/settings.aspx access the same application page on the front-end Web server unlike site pages, which are an instance for the specified site.
As you said, when "New Folder" from SharePoint ribbon was hit then  window.location.href contained "/Forms/Upload.aspx?RootFolder=".
The Upload.aspx is the same application page.
The URLs are different depending on the different parameters after the “RootFolder” and the “Type”.
More information:
SharePoint Page Types:
http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Does Forms Central come with Acrobat XI Pro for Educators or must it be purchased separately?

    I keep getting conflicting messages.
    Does Forms Central come with Acrobat XI Pro for Educators or must it be purchased separately?

    FormsCentral is an online subscription service.
    It is not a built-in feature of Acrobat XI.
    With that said Acrobat XI Pro does have a built-in "link" to FormsCentral and this provides an Acrobat centric user interface.
    The actual "real deal" is online (the "web" / "cloud" - whatever).
    For that you'd visit:
    https://www.acrobat.com/en_us/products/formscentral.html 
    About the subscription:
    "The FormsCentral 30 Day Opt-Out trial gives you the option to try the Basic plan features for USD $0.99.
    Simply add to cart and enter a credit card to set up your account.
    After you place your order you will have 30 days to use FormsCentral.
    At the end of the 30 day trial period your card will automatically be charged the standard monthly subscription rate of $14.99 so that you can continue to create, distribute, and manage your online forms and surveys.
    Subscriptions cancelled within the first 30 days will be refunded in full.
    To change or cancel your subscriptions, visit the My Subscriptions page on Adobe.com."
    Be well...

  • Setting language independently for each app

    Before leopard we could set the language of each app independently (in the get info window) but now we are stuck with a system-wide setting. Is there any way to get the functionallity back? And I don't want to manage a separate user for each language, it just doesn't work for me.
    thanks

    Here's the long story:
    I'm tring to have my finder and some apps in french but I want to use some other apps in english (Final Cut, Photoshop, a bunch of pro video apps for work). I use mainly FCP and the thing is that if I open it in french, for some obscure reason it assumes (erroneously) that I must be in France and that I have an azerty keyboard... so all the keyboard shortcuts are changed. It gets absolutely unusable, even undo is changed for something other than command-z. So I tried language switcher, with my system and finder set in french. I ran the list of my apps and decided, app by app, which one I wanted in french and which one I wanted in english. I saved those settings every time, because I felt it would be dumb to have to launch language switcher first each time I wanted to launch an app. Then I launched Final Cut Pro (7.0.3). At first it looked like all went well, it was in english, my system was in french. But when I checked trough the menus, I found that all the menu items were written in english but the keyboard shortcuts associated with them were the french ones! I tried to get it back to work normal by switching the system back to english and doing the reverse process with Language Switcher. Didn't work. I tried three or for other things that didn't work either (and I won't detail them all... sorry). So I reverted to my last time machine backup.
    I assume the .lproj trick you mention is essentially what Language switcher is doing, so that wouldn't do me much good. I really miss the way we could do it before leopard...
    anyways, thanks for answering!

  • Does Lion interfere with Excel 2011 language support for Korean, Chinese?

    I was able to use Excel 2011 for several languages including Korean and Chinese when I was on Snow Leopard.
    Now, after upgrading to Lion, I can't figure out how to get that functionality.
    I have used the Microsoft Language Register to get the Japanese character set to appear correctly.  What do I need to do to get the other character sets to appear?

    I'm copying data out of a multi language database and pasting into excel.  On Snow Leopard I was able to paste Korean and Chinese characters into excel.  Now, I get a box with a small in the place of Chinese/Korean characters.
    I'm sure this is a matter of just not having a setting set properly, but I can't find it and I can't find anything online about it.

  • Does iPlanet POrtal Server provide additional language package for a additional price or is it required to be taken from a third party?

     

    The additional language package need not be taken from any third party. I think iPlanet offers language package at additional cost. Still you may get in contact with the Sales Office for more details.
    Thanks,
    Raj_indts
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Upgraded to Lion and now Mail does not show attachments in the Send Box (for new messages only).

    After upgrading to Lion and switching Mail to the classic mode, I can no longer see if messages have attachment in my Send Box. However, I can go into the message and see the attachment.
    Strangely, all my messages prior to the upgrade show their attachments.
    I've looked through the preferences and don't see a swith for this.
    Any suggestions. Thanks.
    Blair

    Walter, thank you for the suggestion.
    Perhaps I am not explainging myself very well.
    In the Send Box new messages do not show the clip in the Attachments column. The image below is of two messaegs, both of which have an attachment, yet no clip is shown (this is also true of the Draft Box).
    In all other boxes, an attachment is shown with a clip (see below).
    I need the clips to be shown in all mail boxes.
    Thanks.
    Cheers, Blair

  • Does Webi is language independent?

    User want to see material text in web report.
    We created bex query for this, when user try to get data from material text, its running for ever. as you aware that there will be seperate text table for material info object, we assume join this data with info cube is taking for ever.
    hence we created another info object to store material text in info cube instead of using master data text of material.
    draw back here is that, user cont see the other langauges if we store material text as diffrent info object in the cube.
    we want to do this langauge conversion in Webi side..is there way, user can see english text as spanish if web document?
    THanks in advance.

    Hi,
    I think that you misunderstand the application page in SharePoint.
    Application pages are stored on the file system of the front-end Web server in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS directory and exist for every site in a Web application. This folder is mapped to an
    Internet Information Services (IIS) virtual directory called _layouts.
    Every site and subsite will have access to the application pages by using the _layouts virtual directory. For example,
    http://myserver/_layouts/settings.aspx and
    http://myserver/subsite/_layouts/settings.aspx access the same application page on the front-end Web server unlike site pages, which are an instance for the specified site.
    As you said, when "New Folder" from SharePoint ribbon was hit then  window.location.href contained "/Forms/Upload.aspx?RootFolder=".
    The Upload.aspx is the same application page.
    The URLs are different depending on the different parameters after the “RootFolder” and the “Type”.
    More information:
    SharePoint Page Types:
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Does the iphone 3GS support arabic language for user interface?

    hello everybody
    i am looking for an answer to the following question:
    does the iphone 3gs include arabic language setting for user interface?
    thanks

    The 3GS can be updated to iOS 6.1.2 and that iOS has Arabic as one of the keyboard languages but I do not see Arabic as one of the languages for userinterface but there are some I cant read so I cant be sure.  You could check by going to settings/general/international then languages

  • DW 6 fails to upload and download after site moved to new server.

    Cyberduck has same permissions and works fine, so it's not a permissions issue.
    We're using the same hosting site, just a dedicated server.
    Downloading DW says the file doesn't exist, but it does.
    Uploading DW says it can't create the folder the file is to go into, except the folder already exists.
    Here'a sample of the error messages:
    DOWNLOAD:
    Started: 4/17/14 9:59 AM
    Path was: /u_Eng
    /u_Eng/news2014-01.txt - error occurred - Get operation failed since news2014-01.txt does not exist on the remote site.
    Path was: /u_Eng/_notes
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    /u_Eng/news2014-01.txt
    Finished: 4/17/14 9:59 AM
    Problems:
    (1) Why does it want to use _notes folder to find the file?
    (2) I disabled notes option for the server, and it still does it anyway. Why?
    (3) I created a _notes folder, and put the file into it, and it still fails to find the file. Why?
    = = = = = = = = = = = = =
    UPLOAD:
    Started: 4/17/14 10:08 AM
    Path was: /MM_CASETEST4291
    Path was: /MM_CASETEST4291
    Connected to appzooz1.
    Path was: /_mm
    Path was: /_mm
    Path was: /u_Eng
    Path was: /u_Eng
    Path was: /u_Eng
    /u_Eng/ - error occurred - Unable to create server folder /u_Eng/.  An error occurred. Please contact your administrator.
    u_Eng:news2014-01.txt - user cancelled
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    /u_Eng/
    Finished: 4/17/14 10:08 AM
    Problems:
    (1) The u_Eng folder already exists, so why can't it find it and use it?
    (2) SFTP account settings are the same as used in Cyberduck, and it has no problem with putting and getting files AND in creating folders. So, why is DW failing here as well?
    THOUGHTS ANYONE?
    --- Robert

    If Cyberduck can connect but DW can't, you might need to toggle settings under More Options.  See screenshot.
    Nancy O.

  • Does Active Directory Support Non English Languages?

    Hi,
    I want to know that does Active Directory Support Non English Languages like japanes, Arabian?
    I think we can have domain name in non english languages also. How active directory handles it.
    Sandeep Gupta

    This actually isn't controlled by Active Directory but by the core operating system and its language packs.
    Server 2012
    http://www.microsoft.com/oem/en/installation/downloads/Pages/Windows-Server-2012-Language-Packs.aspx?mtag=TW-P-S12#fbid=CPJWmInHH14
    Server 2008 R2
    http://www.microsoft.com/en-us/download/details.aspx?id=1246
    Server 2008
    http://www.microsoft.com/en-us/download/details.aspx?id=22681
    Paul Bergson
    MVP - Directory Services MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security, BS CSci
    2012, 2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs
    http://blogs.dirteam.com/blogs/paulbergson < br> Please no e-mails, any questions should be posted in the NewsGroup. This posting is provided AS IS with no warranties, and confers no rights.

  • IWeb publishes updates but does not upload in the FTP

    HELP!    
    I have a 'tried-tested-true' website that's been on the internet for 10 years. It's been updated over the years but needed much more as of today.
    The updates perfectly publish within iWeb [3.0.4]. The FTP uploads the site, but when I check it on the internet [Safari 6.2.3], the former version appears.
    I proceeded to troubleshoot by renaming the website and re-mounting the pages. Also, renaming the pages, but after several attempts of uploading each newer version, all efforts were to no avail. It has taken me a full day without results. That is, the original website remains on the internet, which is very outdated.
    I have run out of troubleshooting ideas. All of my other websites have not had this problem. There was an issue this week with the ISP Domain Host services not connecting my site. I contacted them, but have had no response. However, I thought I would try connecting again today in case they sorted out their connectivity issues. I am able to connect to their server. I have good reason to believe the FTP is uploading the updated directory files, but for some reason when it comes to viewing the site on the internet, au contraire.
    Not sure if this is an iWeb problem or my ISP domain hosting services having issues with connectivity. Whatever, it is very perplexing to me as to what to do next after the extensive amount of time I have taken troubleshooting.
    I repeat myself when I say, 'HELP!'

    Okay, I understand what you are referencing. I am publishing my websites to the path of 'Users'-Documents-Website Documents.
    Below is a screen shot of the folder my Websites are located. Is this what you are referencing? It is Site 2 that is having issues with uploading to the domain host server of my ISP. All the other sites have been uploaded successively.
    I use FileZilla as my FTP server and it has been excellent. I have tried CyberDuck, et al. FZ works perfectly well indicating all that one needs to know while uploading. If my other websites were causing the same issues, then it would mean FTP issues.
    However, I believe I am on the same track you are referencing with regards to my published website is in the appropriate location on my HD. I stand to be corrected.
    I believe by my contacting the Forum and reading your information that I am following protocol as I have always done with my 4 websites that upload properly. As I continue the discussion, it is becoming evident the issue is with the Domain Host server, which is not a problem to post on this Forum.
    However, I posted my issue just in case it was an iWeb issue or my not following protocol correctly to publish a website. From what I am gleaning with your information, I am following protocol. Repeating myself when I say it appears to be the aforementioned server. I have contacted them again about their Domain Host server but no response as yet.
    If what I am presenting to you is the correct protocol I have in place at my end, I thank you for taking the time to assist me. By doing so, I believe I will be able to determine it is not an iWeb publishing issue [mostly because all my websites are not experiencing this problem], nor is it the FTP server,FileZilla, but the Domain Host Server.
    As mentioned above, here is the folder where my websites are located.
    I so appreciate your assistance.

  • Multi language support for Adobe interactive form in ABAP WD

    Hi ,
    I translated the adobe form in multi language in SE63, If i execute the form with passing LANGU(language) parameter, form supports for multi language.
    I created XML schema based interface and if a execute interactive form in ABAP Webdynpro, i am unable to pass launguage(LANGU) parameter. because InteractiveForm element property does not have language key parameter.
    Apart from creating different language dependent forms, is there any alternate way we can pass the LANGU key parameter to Interactive Adobe form???

    Hi,
    As far as i know when you use Adobe forms in a WD4A application, language is your "web" connection language.
    You can have a look at standard class CL_WD_ADOBE_SERVICE, it's used when generating an adobe forms from WD4A. , more particulary look at method DETERMINE_DOCPARAMS.
    regards

  • How to get form upload value...?

    Hi, I'd like to know how to get form upload value?
    I have my initial page, index.cfm that has a upload input box
    (named "fileToUpload")that submits to action.cfm. In action.cfm I
    tried to get the value of the input by doing
    <cfoutput>#form.fileToUpload#</cfoutput> but instead I
    got a string like
    ("E:\JRun4\servers\cfusion\SERVER-INF\temp\cfusion-war-tmp\neotmp5263.tmp"),
    I expected it to be the value that was in the upload input field
    (i.e. "E:\My Pictures\Flowers.jpg"). How do I get this?
    Thanks,
    noijet

    CFFILE.ServerFile
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000192.htm#2712126
    CFFILE ACTION=Upload variables
    File variables are read-only. Use the CFFILE prefix to
    reference file
    variables; for example, CFFILE.ClientDirectory. The File
    prefix is
    deprecated in favor of the CFFILE prefix.
    CFFILE.AttemptedServerFile
    CFFILE.ClientDirectory
    CFFILE.ClientFile
    CFFILE.ClientFileExt
    CFFILE.ClientFileName
    CFFILE.ContentSubType
    CFFILE.ContentType
    CFFILE.DateLastAccessed
    CFFILE.FileExisted
    CFFILE.FileSize
    CFFILE.FileWasAppended
    CFFILE.FileWasOverwritten
    CFFILE.FileWasRenamed
    CFFILE.FileWasSaved
    CFFILE.OldFileSize
    CFFILE.ServerDirectory
    CFFILE.ServerFile
    CFFILE.ServerFileExt
    CFFILE.ServerFileName
    CFFILE.TimeCreated
    CFFILE.TimeLastModified
    Ken Ford
    Adobe Community Expert
    "noijet" <[email protected]> wrote in
    message
    news:efc7gq$n7s$[email protected]..
    > Hi, I'd like to know how to get form upload value?
    > I have my initial page, index.cfm that has a upload
    input box (named
    > "fileToUpload")that submits to action.cfm. In action.cfm
    I tried to get
    > the
    > value of the input by doing
    <cfoutput>#form.fileToUpload#</cfoutput> but
    > instead I got a string like
    >
    ("E:\JRun4\servers\cfusion\SERVER-INF\temp\cfusion-war-tmp\neotmp5263.tmp"),
    > I
    > expected it to be the value that was in the upload input
    field (i.e.
    > "E:\My
    > Pictures\Flowers.jpg"). How do I get this?
    > Thanks,
    > noijet
    >

  • _layouts/Upload.aspx bypass the dialog to set properties

    I am displaying the _layouts/Upload.aspx page from a custom form, which enables the user to upload a document to a document library.  The problem is that once the user uploads the document a second dialog comes asking the user to set the title of the
    document and the following message "The document was uploaded successfully and is checked out to you. Check that the fields below are correct and that all required fields are filled out. The file will not be accessible to other users until
    you check in."
    I want to bypass this dialog, is this possible?

    Try below:
    http://ratikantas.blogspot.in/2012/07/skip-edititem.html
    http://hristopavlov.wordpress.com/2008/04/30/editformaspx-not-shown-when-uploading-a-document/

  • How does one upload a file from flex to a cfc

    How does one upload a file from flex to a cfc?   Can you do the file upload via remote object? I usually do uploads cia cfm but prefer the asnc capabilities of remote object calls.

    Hi,
    The issue here is myFile. For flex we need to pass this name as paramenter becuase it's not html form item like:
    <cfcomponent>
        <cffunction name="uploadFile" access="remote" output="false" returntype="void">
        <cfargument name="file" required="Yes" type="any">
            <cffile action="upload" filefield="#arguments.file#" destination="C:\temp\" nameconflict="makeunique">
        </cffunction>
    </cfcomponent>
    From flex I'm getting the file using fileReference like:
    private function browseAndUpload():void
                    fileReference = new FileReference();
                    fileReference.addEventListener(Event.SELECT,fileReference_Select);
                    fileReference.addEventListener(Event.CANCEL,fileReference_Cancel);
                    fileReference.browse();
                private function fileReference_Select(event:Event):void
                    fileReference.addEventListener(ProgressEvent.PROGRESS,fileReference_Progress);
                    fileReference.addEventListener(Event.COMPLETE,fileReference_Complete);
                    fileReference.addEventListener(IOErrorEvent.IO_ERROR,onLoadError);
                    //fileReference.upload(request);
                    fileName = fileReference.name;
                    myFile.htmlText = fileReference.name;
                    SM_RO.importNSA();
    filerReference have an upload method to upload the file but I can't use that becuase I need to process my upload with my cfc.
    I'm getting an error:
    Failed to import the file. The cffile action="upload" requires forms to use enctype="multipart/form-data". Please also make sure the file is not open.
    I can't find the way to setup the enctype becuase again i can have html form items in flex, or I can?
    Thanks
    Johnny

Maybe you are looking for